Module: ThinkingSphinx::SearchMethods
- Defined in:
- lib/thinking_sphinx/search_methods.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.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 |