instance method
invoke!
Ruby on Rails 2.3.18
Since v2.2.3 Last seen in v2.3.18Available in: v2.2.3 v2.3.18
Signature
invoke!()
Replay action manifest. RewindBase subclass rewinds manifest.
Source
# File railties/lib/rails_generator/commands.rb, line 41
def invoke!
manifest.replay(self)
after_generate
end
Defined in railties/lib/rails_generator/commands.rb line 41
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generator::Commands::Base