module Stache::Generators::TemplatePath

Public Instance Methods

source_root() click to toggle source
# File lib/generators/stache.rb, line 4
def source_root
  @_mustache_source_root ||= File.expand_path(File.join(File.dirname(__FILE__), 'stache', generator_name, 'templates'))
end