class Rails::Generators::ComponentGenerator

def create_component_file

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