app/controllers/tramway/news/application_controller.rb in tramway-news-1.0.4.1 vs app/controllers/tramway/news/application_controller.rb in tramway-news-1.0.4.2

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module Tramway module News class ApplicationController < ActionController::Base protect_from_forgery with: :exception end