Sha256: 449c1f50340a7671762a87f3a5ef630929a18b4907b59f96503fd67a130d3c1a
Contents?: true
Size: 248 Bytes
Versions: 1
Compression:
Stored size: 248 Bytes
Contents
module Rack::App::FrontEnd::InstanceMethods def render(template_path) full_path = Rack::App::Utils.expand_path(template_path) template = Rack::App::FrontEnd::Template.new(full_path, self.class) return template.render(self) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rack-app-front_end-0.12.0 | lib/rack/app/front_end/instance_methods.rb |