test/dummy/app/controllers/application_controller.rb in analytics-rails-0.0.6 vs test/dummy/app/controllers/application_controller.rb in analytics-rails-0.0.7

- 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