Module: ActiveRecord::Chemistry::Extendable::Migration::Table

Includes:
TableDefinition
Included in:
ActiveRecord::ConnectionAdapters::Table
Defined in:
lib/activerecord/chemistry/extendable/migration.rb

Instance Method Summary collapse

Methods included from TableDefinition

#extended_by

Instance Method Details

#remove_extended_by(*args) ⇒ Object



17
18
19
20
21
22
# File 'lib/activerecord/chemistry/extendable/migration.rb', line 17

def remove_extended_by(*args)
  options = args.extract_options!
  args.each do |col|
    @base.remove_reference(@name, col, options)
  end
end