class Mustache

def self.view_path

view class. Defaults to "."
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