In #296, @kbrock pointed out that Rails uses String#safe_constantize when finding a Class from a class name.
Functionally I think this will be identical, so maybe there's no good reason to make the change other than "following Rails practices as closely as we can".
In #296, @kbrock pointed out that Rails uses
String#safe_constantize
when finding aClass
from a class name.Functionally I think this will be identical, so maybe there's no good reason to make the change other than "following Rails practices as closely as we can".