This method is deprecated or moved on the latest stable version. The last existing version (v2.2.1) is shown here.
restore()
Restore session data from the cookie.
# File actionpack/lib/action_controller/session/cookie_store.rb, line 100 def restore @original = read_cookie @data = unmarshal(@original) || {} end