Class: Erb::Generators::ComponentGenerator

Inherits:
Base
  • Object
show all
Defined in:
lib/rails/generators/erb/component_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_view_fileObject



10
11
12
# File 'lib/rails/generators/erb/component_generator.rb', line 10

def copy_view_file
  template "component.html.erb", File.join("app/components", class_path, "#{file_name}_component.html.erb")
end