Module: Sinatra::Hellhound

Defined in:
lib/sinatra/hellhound.rb

Defined Under Namespace

Modules: Helpers

Constant Summary collapse

CACHE =
Memcached.new

Class Method Summary collapse

Class Method Details

.registered(app) ⇒ Object



75
76
77
78
79
# File 'lib/sinatra/hellhound.rb', line 75

def self.registered(app)
  app.enable  :sessions
  app.disable :hellhound_cache
  
end