instance method
encrypted
Ruby on Rails 7.1.6
Since v6.0.6Signature
encrypted()
No documentation comment.
Source
# File actioncable/lib/action_cable/connection/test_case.rb, line 38
def encrypted
self[:encrypted] ||= {}.with_indifferent_access
end
Defined in actioncable/lib/action_cable/connection/test_case.rb line 38
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Connection::TestCookieJar