Skip to content

Commit ee30661

Browse files
committed
Add nodoc to a private constant [ci skip]
1 parent 0646114 commit ee30661

File tree

1 file changed

+1
-1
lines changed
  • actionpack/lib/action_dispatch/middleware

1 file changed

+1
-1
lines changed

actionpack/lib/action_dispatch/middleware/cookies.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def signed_or_encrypted
181181
# to the Message{Encryptor,Verifier} allows us to handle the
182182
# (de)serialization step within the cookie jar, which gives us the
183183
# opportunity to detect and migrate legacy cookies.
184-
module VerifyAndUpgradeLegacySignedMessage
184+
module VerifyAndUpgradeLegacySignedMessage # :nodoc:
185185
def initialize(*args)
186186
super
187187
@legacy_verifier = ActiveSupport::MessageVerifier.new(@options[:secret_token], serializer: ActiveSupport::MessageEncryptor::NullSerializer)

0 commit comments

Comments
 (0)