spec/dummy/app/controllers/application_controller.rb in panoramic-0.0.4 vs spec/dummy/app/controllers/application_controller.rb in panoramic-0.0.6

- old
+ new

@@ -1,3 +1,5 @@ class ApplicationController < ActionController::Base - protect_from_forgery + # Prevent CSRF attacks by raising an exception. + # For APIs, you may want to use :null_session instead. + protect_from_forgery with: :exception end