class Haml::Generators::ComponentGenerator

def copy_view_file

def copy_view_file
  super
end

def engine_name

def engine_name
  "haml"
end