We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0fe7b7 commit 0646114Copy full SHA for 0646114
actionpack/lib/action_dispatch/middleware/cookies.rb
@@ -392,7 +392,7 @@ def []=(name, options)
392
end
393
394
395
- class JsonSerializer
+ class JsonSerializer # :nodoc:
396
def self.load(value)
397
ActiveSupport::JSON.decode(value)
398
@@ -402,7 +402,7 @@ def self.dump(value)
402
403
404
405
- module SerializedCookieJars
+ module SerializedCookieJars # :nodoc:
406
MARSHAL_SIGNATURE = "\x04\x08".freeze
407
408
protected
0 commit comments