Class: LayoutHelperGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/layout_helper/layout_helper_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_template_fileObject



13
14
15
16
17
# File 'lib/generators/layout_helper/layout_helper_generator.rb', line 13

def copy_template_file
  generate "helper", "Layout"
  add_title_method
  add_description_method
end