method
signed
v3.0.9 -
Show latest stable
- Class:
ActionDispatch::Cookies::PermanentCookieJar
signed()public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 232
def signed
@signed ||= SignedCookieJar.new(self, @secret)
end