method
signed
rails 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