diff options
author | Azul <azul@leap.se> | 2013-02-09 14:36:53 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-02-09 14:36:53 +0100 |
commit | bb58733e065c7ff5036e75e805f1d498d0085e80 (patch) | |
tree | 08f4efb3ac81f2bc76032935fef9afe58d662b04 /app | |
parent | 1491f0795fd88193a320b90bd7ac351f8b64052e (diff) |
configure couchrest session store in initializer
Diffstat (limited to 'app')
-rw-r--r-- | app/controllers/home_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb index 7db5397..4e1983a 100644 --- a/app/controllers/home_controller.rb +++ b/app/controllers/home_controller.rb @@ -1,5 +1,6 @@ class HomeController < ApplicationController def index + debugger if params[:debug] end end |