lib/rails/auth/controller_methods.rb in rails-auth-2.1.4 vs lib/rails/auth/controller_methods.rb in rails-auth-2.2.0

- old
+ new

@@ -1,7 +1,10 @@ +# frozen_string_literal: true + require "active_support/hash_with_indifferent_access" +# rubocop:disable Naming/MemoizedInstanceVariableName module Rails module Auth # Convenience methods designed to be included in an ActionController::Base subclass # Recommended use: include in ApplicationController module ControllerMethods @@ -16,5 +19,6 @@ end end end end end +# rubocop:enable Naming/MemoizedInstanceVariableName