class Stache::Handlebars::View
A Convienent Base Class for the views. Subclass this for autoloading magic with your templates.
Attributes
view[RW]
Public Instance Methods
method_missing(method, *args, &block)
click to toggle source
# File lib/stache/handlebars/view.rb, line 10 def method_missing(method, *args, &block) view.send(method, *args, &block) end