Module: MotionRecord::ScopeHelpers
- Included in:
- Base
- Defined in:
- lib/motion_record/scope_helpers.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
89 90 91 |
# File 'lib/motion_record/scope_helpers.rb', line 89 def self.included(base) base.extend(ClassMethods) end |