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



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

def copy_view_file
  template "component.html.haml", File.join("app/components", class_path, "#{file_name}_component.html.haml")
end