Method: ThinkingSphinx::SearchMethods.included
- Defined in:
- lib/thinking_sphinx/search_methods.rb
.included(base) ⇒ Object
3 4 5 6 7 |
# File 'lib/thinking_sphinx/search_methods.rb', line 3 def self.included(base) base.class_eval do extend ThinkingSphinx::SearchMethods::ClassMethods end end |