module ActiveRecord::Chemistry::Representable::Migration::TableDefinition

Public Instance Methods

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