summaryrefslogtreecommitdiff
path: root/app/controllers/application_controller.rb
diff options
context:
space:
mode:
authorshumakl <shumakl@purdue.edu>2014-04-03 11:52:05 -0400
committershumakl <shumakl@purdue.edu>2014-04-03 11:52:05 -0400
commit8e3e46b7951120f1ec34949d607a7672ad03f820 (patch)
treed2bfc79435a4ab5c5f2dccf159066e52d8090337 /app/controllers/application_controller.rb
parentbed5a14c1e8bd4af7a066664f0ec2b57979bc96b (diff)
run generate.sh
Diffstat (limited to 'app/controllers/application_controller.rb')
-rw-r--r--app/controllers/application_controller.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index d83690e..27ef6a7 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -1,5 +1,5 @@
class ApplicationController < ActionController::Base
- # Prevent CSRF attacks by raising an exception.
- # For APIs, you may want to use :null_session instead.
- protect_from_forgery with: :exception
+ # Prevent CSRF attacks by raising an exception.
+ # For APIs, you may want to use :null_session instead.
+ protect_from_forgery with: :exception
end