app/controllers/tramway/page/application_controller.rb in tramway-page-1.3.1.1 vs app/controllers/tramway/page/application_controller.rb in tramway-page-1.3.1.2

- old
+ new

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