Class: ViewComponent::Generators::HamlGenerator
- Inherits:
-
ErbGenerator
- Object
- Rails::Generators::NamedBase
- ErbGenerator
- ViewComponent::Generators::HamlGenerator
- Includes:
- AbstractGenerator
- Defined in:
- lib/generators/view_component/haml/haml_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_view_file ⇒ Object
17 18 19 |
# File 'lib/generators/view_component/haml/haml_generator.rb', line 17 def copy_view_file super end |
#engine_name ⇒ Object
13 14 15 |
# File 'lib/generators/view_component/haml/haml_generator.rb', line 13 def engine_name "haml" end |