Class: DecoratorGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- DecoratorGenerator
- Includes:
- EasyGenGenerator
- Defined in:
- lib/easy_gen/decorator/decorator_generator.rb
Constant Summary collapse
- LOCATION =
bundle exec rails g service MyService bundle exec rails d service MyService
"decorators"- TYPE =
"decorator"
Instance Method Summary collapse
Methods included from EasyGenGenerator
Instance Method Details
#main ⇒ Object
20 21 22 |
# File 'lib/easy_gen/decorator/decorator_generator.rb', line 20 def main copy_templates end |