summaryrefslogtreecommitdiff
path: root/app/controllers/application_controller.rb
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-03-02 18:01:55 -0500
committerDavisLWebb <davislwebb@ymail.com>2014-03-02 18:01:55 -0500
commitc8f60811cf0b748b237b71908640699816aebce8 (patch)
tree90dbe1f5f68438450f69cb06469a1e7a9a89cb50 /app/controllers/application_controller.rb
parent2005734a8ea64cd29d681db81c2bec45c64023b6 (diff)
parent2c5ad6c3fd9cb4de8f393e745bf5c9d6daf4426d (diff)
Finished sessions and updated user model
Diffstat (limited to 'app/controllers/application_controller.rb')
-rw-r--r--app/controllers/application_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index 01058e3..7487f87 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -5,5 +5,4 @@ class ApplicationController < ActionController::Base
#include sessionhelper for the session controller and view
include SessionsHelper
-
end