instance method
encrypted
Ruby on Rails 8.1.2
Since v6.0.6Signature
encrypted()
No documentation comment.
Source
# File actioncable/lib/action_cable/connection/test_case.rb, line 48
def encrypted
@encrypted ||= TestCookies.new
end
Defined in actioncable/lib/action_cable/connection/test_case.rb line 48
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Connection::TestCookieJar