lib/devise/controllers/sign_in_out.rb in devise-4.3.0 vs lib/devise/controllers/sign_in_out.rb in devise-4.4.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Devise
module Controllers
# Provide sign in and sign out functionality.
# Included by default in all controllers.
module SignInOut