提交 0eb80fab 编写于 作者: A Alexey Vakhov

use safe_constantize instead constantize in AC::TestCase

上级 d68884f4
......@@ -352,9 +352,7 @@ def controller_class
end
def determine_default_controller_class(name)
name.sub(/Test$/, '').constantize
rescue NameError
nil
name.sub(/Test$/, '').safe_constantize
end
def prepare_controller_class(new_class)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册