1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Require necessary active_support files in cookie store

This commit is contained in:
Carl Lerche 2009-08-26 23:07:55 -07:00
parent 4467fa7d24
commit 6a001e925e

View file

@ -1,3 +1,5 @@
require "active_support/core_ext/hash/keys"
module ActionDispatch
module Session
# This cookie-based session store is the Rails default. Sessions typically