diff options
author | Fumiaki MATSUSHIMA <mtsmfm@gmail.com> | 2016-03-28 23:04:36 +0900 |
---|---|---|
committer | Fumiaki MATSUSHIMA <mtsmfm@gmail.com> | 2016-03-28 23:06:51 +0900 |
commit | 37a298b04350425b1055b7bead8560c3d5e7331d (patch) | |
tree | 6842b474d7441905a2988f633c2935414a1dcdba /tasks | |
parent | 475109c517e724c015ee13061416568a7d6b9757 (diff) | |
download | rails-37a298b04350425b1055b7bead8560c3d5e7331d.tar.gz rails-37a298b04350425b1055b7bead8560c3d5e7331d.tar.bz2 rails-37a298b04350425b1055b7bead8560c3d5e7331d.zip |
Fix marshal with autoloading for nested class/module
#24150 break autoloading for nested class/module.
There is test for nested class but it doesn't work correctly.
Following code will autoload `ClassFolder::ClassFolderSubclass` before `Marshal.load`:
`assert_kind_of ClassFolder::ClassFolderSubclass, Marshal.load(dumped)`
Diffstat (limited to 'tasks')
0 files changed, 0 insertions, 0 deletions