method
signed
v2.3.8 -
Show latest stable
- Class:
ActionController::PermanentCookieJar
signed()public
No documentation available.
# File actionpack/lib/action_controller/cookies.rb, line 147
def signed
@signed ||= SignedCookieJar.new(self)
end