I have a string as
classname = "Text"
using this I want to create an object of the Text class
Now when I try doing this
classname = classname.constantize
I get the Text as a module and not as a class. Please suggest something.
Thanks and regards
Rohit