Method: Liquid::BlankFileSystem#read_template_file
- Defined in:
- lib/liquid/file_system.rb
#read_template_file(_template_path) ⇒ Object
Called by Liquid to retrieve a template file
17 18 19 |
# File 'lib/liquid/file_system.rb', line 17 def read_template_file(_template_path) raise FileSystemError, "This liquid context does not allow includes." end |