Last active
December 14, 2015 06:18
-
-
Save kineticac/5041125 to your computer and use it in GitHub Desktop.
Extending an ActiveSupport::Concern in our model. The extension has the Sunspot searchable block.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Athlete < ActiveRecord::Base | |
include Extensions::AthleteSearch | |
# rest of athlete model code | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment