class ViewComponent::Generators::HamlGenerator

def copy_view_file

def copy_view_file
  super
end

def engine_name

def engine_name
  "haml"
end