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