Class: ActiveRecord::Migration::CommandRecorder
- Inherits:
-
Object
- Object
- ActiveRecord::Migration::CommandRecorder
- Defined in:
- lib/activerecord/referential_integrity/active_record/migration/command_recorder.rb
Instance Method Summary collapse
Instance Method Details
#add_foreign_key(*args) ⇒ Object
2 3 4 |
# File 'lib/activerecord/referential_integrity/active_record/migration/command_recorder.rb', line 2 def add_foreign_key(*args) record(:add_foreign_key, args) end |