Base class for commands which handle generator actions in reverse, such as Destroy.
Rewind action manifest.
[Source]
# File railties/lib/rails_generator/commands.rb, line 144 def invoke! manifest.rewind(self) end
[Validate]