summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-02-09 14:36:53 +0100
committerAzul <azul@leap.se>2013-02-09 14:36:53 +0100
commitbb58733e065c7ff5036e75e805f1d498d0085e80 (patch)
tree08f4efb3ac81f2bc76032935fef9afe58d662b04 /app/controllers
parent1491f0795fd88193a320b90bd7ac351f8b64052e (diff)
configure couchrest session store in initializer
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/home_controller.rb1
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