module ActiveRecord::Chemistry::Representable::Migration::Table
Public Instance Methods
remove_represents(*args)
click to toggle source
# File lib/activerecord/chemistry/representable/migration.rb, line 17 def remove_represents(*args) options = args.extract_options! args.each do |col| @base.remove_reference(@name, col, options) end end