diff options
author | Tomer Kimia <tkimia@purdue.edu> | 2014-03-02 17:10:18 -0500 |
---|---|---|
committer | Tomer Kimia <tkimia@purdue.edu> | 2014-03-02 17:10:18 -0500 |
commit | bf33f7f23a95e57d7a7e3f27d0a53605c01e61cd (patch) | |
tree | 5e0c06e18a86c4ddc7292d08cac630322aa76e9e /app/controllers | |
parent | 8f0fcea67d457ec232edfc30d8a4de7355a0c530 (diff) |
working pages by commenting include sessionhelper
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/application_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 03ef797..83a2278 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -4,6 +4,6 @@ class ApplicationController < ActionController::Base protect_from_forgery with: :exception #include sessionhelper for the session controller and view - include SessionHelper + #include SessionHelper end |