Module: MotionMigrate::MotionModel::Relationship

Included in:
MotionMigrate::Model
Defined in:
lib/motion_migrate/motion_model/relationship.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



4
5
6
# File 'lib/motion_migrate/motion_model/relationship.rb', line 4

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