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