class Mustache
def self.view_path
Mustache searches the view path for .rb files to require when asked to find a
def self.view_path @view_path ||= inheritable_config_for(:view_path, '.') end
def self.view_path @view_path ||= inheritable_config_for(:view_path, '.') end