提交 0cda0b3d 编写于 作者: X Xavier Noria

missing require: the AR session store depends on the AP abstract store

This require makes the dependency even more clear.
In particular we are eager loading the session
store but that does not work if AR is used
outside Rails, this patch is preliminary work
in fixing #7160.
上级 b5dfc471
require 'action_dispatch/middleware/session/abstract_store'
module ActiveRecord
# = Active Record Session Store
#
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册