method
method_missing
v7.1.3.4 -
Show 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