Method: MustacheRender::Config#file_template_root_path
- Defined in:
- lib/mustache_render/config.rb
#file_template_root_path ⇒ Object
72 73 74 |
# File 'lib/mustache_render/config.rb', line 72 def file_template_root_path @file_template_root_path ||= "#{lib_base_path}/mustache_render/templates" end |