class Erb::Generators::ComponentGenerator

def copy_view_file

def copy_view_file
  super
end

def data_attributes

def data_attributes
  if options["stimulus"]
    " data-controller=\"#{stimulus_controller}\""
  end
end

def engine_name

def engine_name
  "erb"
end