From 013bcebf8a96b9047317eed674a17c7bc375093f Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 2 Feb 2015 21:31:39 -0700 Subject: initial commit. --- app/controllers/application_controller.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/controllers/application_controller.rb (limited to 'app/controllers/application_controller.rb') diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb new file mode 100644 index 0000000..d83690e --- /dev/null +++ b/app/controllers/application_controller.rb @@ -0,0 +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 +end -- cgit v1.2.3