Module: Mustache::Sinatra

Defined in:
lib/mustache/sinatra.rb,
lib/mustache/sinatra/helpers.rb,
lib/mustache/sinatra/version.rb

Defined Under Namespace

Modules: Helpers

Constant Summary collapse

VERSION =
"1.0.1"

Class Method Summary collapse

Class Method Details

.registered(app) ⇒ Object

Called when you ‘register Mustache::Sinatra` in your Sinatra app.



9
10
11
# File 'lib/mustache/sinatra.rb', line 9

def self.registered(app)
  app.helpers Mustache::Sinatra::Helpers
end