Module: DataMapper::Constraints::Migrations::Relationship

Defined in:
lib/data_mapper/constraints/migrations/relationship.rb

Defined Under Namespace

Modules: ManyToOne

Instance Method Summary collapse

Instance Method Details

#auto_migrate_constraints_down(repository_name) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



11
12
13
# File 'lib/data_mapper/constraints/migrations/relationship.rb', line 11

def auto_migrate_constraints_down(repository_name)
  # no-op
end

#auto_migrate_constraints_up(repository_name) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



6
7
8
# File 'lib/data_mapper/constraints/migrations/relationship.rb', line 6

def auto_migrate_constraints_up(repository_name)
  # no-op
end