Module: ViewComponent::AbstractGenerator
- Included in:
- Erb::Generators::ComponentGenerator, Haml::Generators::ComponentGenerator, Locale::Generators::ComponentGenerator, Rails::Generators::ComponentGenerator, Slim::Generators::ComponentGenerator, Stimulus::Generators::ComponentGenerator
- Defined in:
- lib/rails/generators/abstract_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_view_file ⇒ Object
5 6 7 8 9 |
# File 'lib/rails/generators/abstract_generator.rb', line 5 def copy_view_file unless ["inline"] template "component.html.#{engine_name}", destination end end |