Method: MotionDataWrapper::Model::FinderMethods.included

Defined in:
lib/motion_data_wrapper/model/finder_methods.rb

.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