Constantize
A method1 that tries to find a constant with the name specified in the argument string
constantize('Foo::Bar') # => Foo::Bar
A method1 that tries to find a constant with the name specified in the argument string
constantize('Foo::Bar') # => Foo::Bar