instance method method_missing

Ruby on Rails edge

Since edge Private — implementation detail, not part of the public API

Signature

method_missing(method, ...)

No documentation comment.

Parameters

method req
... req
Source
# File activerecord/lib/active_record/migration/default_strategy.rb, line 54
        def method_missing(method, ...)
          connection.send(method, ...)
        end

Defined in activerecord/lib/active_record/migration/default_strategy.rb line 54 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::Migration::DefaultStrategy

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close