Class: Deckorator::Generators::DecoratorGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Defined in:
lib/generators/deckorator/decorator/decorator_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_decoratorObject



6
7
8
# File 'lib/generators/deckorator/decorator/decorator_generator.rb', line 6

def create_decorator
  template 'decorator.rb', File.join('app/decorators', class_path, "#{file_name}_decorator.rb")
end