spec/dummy/app/controllers/application_controller.rb in europeana-feedback-button-0.0.5 vs spec/dummy/app/controllers/application_controller.rb in europeana-feedback-button-0.0.6

- old
+ new

@@ -1,6 +1,4 @@ # frozen_string_literal: true + 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