Class: Haml::Generators::ComponentGenerator

Inherits:
Erb::Generators::ComponentGenerator show all
Defined in:
lib/rails/generators/haml/component_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_view_fileObject



11
12
13
# File 'lib/rails/generators/haml/component_generator.rb', line 11

def copy_view_file
  template "component.html.haml", destination
end