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 159 159: def invoke! 160: manifest.rewind(self) 161: end