Method: MustacheRender::Config#file_template_root_path=
- Defined in:
- lib/mustache_render/config.rb
#file_template_root_path=(path) ⇒ Object
76 77 78 |
# File 'lib/mustache_render/config.rb', line 76 def file_template_root_path= path @file_template_root_path ||= path end |