Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2.3.8) is shown here.
method_missing(action, *args, &block)
public
# File railties/lib/rails_generator/manifest.rb, line 25
def method_missing(action, *args, &block)
@actions << [action, args, block]
end