app/controllers/tramway/auth/application_controller.rb in tramway-auth-1.1.0.1 vs app/controllers/tramway/auth/application_controller.rb in tramway-auth-1.1.0.2
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Tramway
module Auth
class ApplicationController < ActionController::Base
layout ::Tramway::Auth.layout_path
protect_from_forgery with: :exception