Module: MotionDataWrapper::Model::FinderMethods

Included in:
MotionDataWrapper::Model
Defined in:
lib/motion_data_wrapper/model/finder_methods.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



5
6
7
# File 'lib/motion_data_wrapper/model/finder_methods.rb', line 5

def self.included(base)
  base.extend(ClassMethods)
end