method
respond_to_missing?
rails latest stable - Class:
ActiveRecord::Migration::DefaultStrategy
respond_to_missing?(method, *)private
No documentation available.
# File activerecord/lib/active_record/migration/default_strategy.rb, line 14
def respond_to_missing?(method, *)
connection.respond_to?(method) || super
end