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:
parent
4467fa7d24
commit
6a001e925e
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue