Class: Rwc::DecoratorGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- Rwc::DecoratorGenerator
- Defined in:
- lib/generators/rwc/decorator/decorator_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_decorator_file ⇒ Object
9 10 11 |
# File 'lib/generators/rwc/decorator/decorator_generator.rb', line 9 def create_decorator_file template "decorator.rb.tt", "app/decorators/#{class_name.underscore}.rb" end |