class Rails::Generators::ComponentGenerator

def create_component_file

def create_component_file
  template "component.rb", File.join(component_path, class_path, "#{file_name}_component.rb")
end