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