Class: ViewComponent::Generators::ErbGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- ViewComponent::Generators::ErbGenerator
show all
- Includes:
- AbstractGenerator
- Defined in:
- lib/generators/view_component/erb/erb_generator.rb
Instance Method Summary
collapse
Instance Method Details
#copy_view_file ⇒ Object
21
22
23
|
# File 'lib/generators/view_component/erb/erb_generator.rb', line 21
def copy_view_file
super
end
|
#engine_name ⇒ Object
17
18
19
|
# File 'lib/generators/view_component/erb/erb_generator.rb', line 17
def engine_name
"erb"
end
|