Class: Haml::Generators::ComponentGenerator

Inherits:
Erb::Generators::ComponentGenerator show all
Defined in:
lib/rails/generators/haml/component_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_view_fileObject



11
12
13
14
15
# File 'lib/rails/generators/haml/component_generator.rb', line 11

def copy_view_file
  if !options["inline"]
    template "component.html.haml", destination
  end
end