Module: Haml::Generators::TemplatePath

Included in:
ScaffoldGenerator
Defined in:
lib/generators/haml.rb

Instance Method Summary collapse

Instance Method Details

#source_rootObject



6
7
8
# File 'lib/generators/haml.rb', line 6

def source_root
  @_haml_source_root ||= File.expand_path(File.join(File.dirname(__FILE__), 'haml', generator_name, 'templates'))
end