class Haml::Generators::ComponentGenerator

Public Instance Methods

copy_view_file() click to toggle source
# File lib/rails/generators/haml/component_generator.rb, line 17
def copy_view_file
  super
end
engine_name() click to toggle source
# File lib/rails/generators/haml/component_generator.rb, line 13
def engine_name
  "haml"
end