Module: ActiveRecord::Migration::Compatibility::V5_0::TableDefinition
- Defined in:
- lib/active_record/migration/compatibility.rb
Instance Method Summary collapse
- #references(*args, **options) ⇒ Object (also: #belongs_to)
Instance Method Details
#references(*args, **options) ⇒ Object Also known as: belongs_to
18 19 20 |
# File 'lib/active_record/migration/compatibility.rb', line 18 def references(*args, **) super(*args, type: :integer, **) end |