module ActiveRecord::Chemistry::Extendable::Migration::TableDefinition

Public Instance Methods

extended_by(*args) click to toggle source
# File lib/activerecord/chemistry/extendable/migration.rb, line 6
def extended_by(*args)
  options = args.extract_options!
  args.each do |col|
    references(col, options)
  end
end