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