Class: Haml::Generators::ComponentGenerator
- Inherits:
-
Erb::Generators::ComponentGenerator
- Object
- Base
- Erb::Generators::ComponentGenerator
- Haml::Generators::ComponentGenerator
- Defined in:
- lib/rails/generators/haml/component_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_view_file ⇒ Object
10 11 12 |
# File 'lib/rails/generators/haml/component_generator.rb', line 10 def copy_view_file template "component.html.haml", File.join("app/components", class_path, "#{file_name}_component.html.haml") end |