app/controllers/tramway/event/application_controller.rb in tramway-event-1.12.9.1 vs app/controllers/tramway/event/application_controller.rb in tramway-event-2.0

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true module Tramway module Event - class ApplicationController < ::Tramway::Core::ApplicationController + class ApplicationController < ActionController::Base protect_from_forgery with: :exception end end end