Sha256: 7c8c5ad88aa741d6ea94fab0c661bf732e279d8a4c0e943ed8c44580849e2107
Contents?: true
Size: 344 Bytes
Versions: 15
Compression:
Stored size: 344 Bytes
Contents
module Smithy module Liquid class Database def read_template_file(template_path, context) _include = Smithy::Template.partials.where(:name => template_path).first raise ActiveRecord::RecordNotFound, "No such template '#{template_path}'" unless _include.present? _include.content end end end end
Version data entries
15 entries across 15 versions & 1 rubygems