module Switchman::ActiveRecord::AbstractAdapter::ForeignKeyCheck
Public Instance Methods
add_column(table, name, type, limit: nil, **)
click to toggle source
Calls superclass method
# File lib/switchman/active_record/abstract_adapter.rb, line 9 def add_column(table, name, type, limit: nil, **) Engine.foreign_key_check(name, type, limit: limit) super end