Sha256: 832e342c7ec41b537a972a6f3a1491fe86626b0228338aa2d860740e159d6b28
Contents?: true
Size: 301 Bytes
Versions: 7
Compression:
Stored size: 301 Bytes
Contents
module Rack::App::FrontEnd::Helpers::Rendering def render(template_path, variables={}, options={}, &block) full_path = Rack::App::Utils.expand_path(template_path) template = Rack::App::FrontEnd::Template.new(full_path,options) return template.render(self, variables, &block) end end
Version data entries
7 entries across 7 versions & 1 rubygems