= private = protected
This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.
These similar methods exist in v7.1.3.2:
method_missing(action, *args, &block)
Record an action.
# File railties/lib/rails_generator/manifest.rb, line 25 def method_missing(action, *args, &block) @actions << [action, args, block] end