Module: ThinkingSphinx::ActiveRecord::Scopes
- Defined in:
- lib/thinking_sphinx/active_record/scopes.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
4 5 6 7 8 |
# File 'lib/thinking_sphinx/active_record/scopes.rb', line 4 def self.included(base) base.class_eval do extend ThinkingSphinx::ActiveRecord::Scopes::ClassMethods end end |