Module: ViewComponent::AbstractGenerator
- Included in:
- Erb::Generators::ComponentGenerator, Haml::Generators::ComponentGenerator, Locale::Generators::ComponentGenerator, Rails::Generators::ComponentGenerator, Rspec::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 |
# File 'lib/rails/generators/abstract_generator.rb', line 5 def copy_view_file template "component.html.#{engine_name}", destination unless ["inline"] end |