Class: Rails::Generator::Commands::RewindBase

Inherits:
Base show all
Defined in:
lib/rails_generator/commands.rb

Overview

Base class for commands which handle generator actions in reverse, such as Destroy.

Direct Known Subclasses

Destroy

Instance Attribute Summary

Attributes inherited from Base

#args, #destination_root, #source_root

Attributes included from Options

#options

Instance Method Summary collapse

Methods inherited from Base

#class_collisions, #dependency, #readme

Methods inherited from Base

#destination_path, #initialize, #manifest, #source_path

Methods included from Options

included

Constructor Details

This class inherits a constructor from Rails::Generator::Base

Instance Method Details

#invoke!Object

Rewind action manifest.



145
146
147
# File 'lib/rails_generator/commands.rb', line 145

def invoke!
  manifest.rewind(self)
end