Module: DataMapper::Constraints::Migrations::Relationship
- Defined in:
- lib/data_mapper/constraints/migrations/relationship.rb
Defined Under Namespace
Modules: ManyToOne
Instance Method Summary collapse
- #auto_migrate_constraints_down(_repository_name) ⇒ Object private
- #auto_migrate_constraints_up(_repository_name) ⇒ Object private
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 |