method
method_missing
rails latest stable - Class:
ActiveRecord::Migration::DefaultStrategy
method_missing(method, *arguments, &block)private
No documentation available.
# File activerecord/lib/active_record/migration/default_strategy.rb, line 9
def method_missing(method, *arguments, &block)
connection.send(method, *arguments, &block)
end