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.
2 parents 4a06362 + f569c8a commit 049a348Copy full SHA for 049a348
lib/authlogic/session/base.rb
@@ -967,7 +967,7 @@ def encrypt_cookie(value = nil)
967
end
968
rw_config(:encrypt_cookie, value, false)
969
970
- alias_method :encrypt_cookie=, :encrypt_cookie
+ alias encrypt_cookie= encrypt_cookie
971
972
# Works exactly like cookie_key, but for sessions. See cookie_key for more info.
973
#
lib/authlogic/test_case/mock_cookie_jar.rb
@@ -57,6 +57,8 @@ def []=(key, options)
57
58
59
60
+ # Which ActionDispatch class is this a mock of?
61
+ # TODO: Document as with other mocks above.
62
class MockEncryptedCookieJar < MockCookieJar
63
attr_reader :parent_jar # helper for testing
64
0 commit comments