Module: Switchman::ActiveRecord::AbstractAdapter::ForeignKeyCheck

Defined in:
lib/switchman/active_record/abstract_adapter.rb

Instance Method Summary collapse

Instance Method Details

#add_column(table, name, type, options = {}) ⇒ Object



7
8
9
10
# File 'lib/switchman/active_record/abstract_adapter.rb', line 7

def add_column(table, name, type, options = {})
  Engine.foreign_key_check(name, type, options)
  super
end