Class: ViewComponent::Generators::ComponentGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Includes:
AbstractGenerator
Defined in:
lib/generators/view_component/component/component_generator.rb

Instance Method Summary collapse

Methods included from AbstractGenerator

#copy_view_file

Instance Method Details

#create_component_fileObject



25
26
27
# File 'lib/generators/view_component/component/component_generator.rb', line 25

def create_component_file
  template "component.rb", File.join(component_path, class_path, "#{file_name}#{options[:skip_suffix] ? "" : "_component"}.rb")
end