I have a line like
classname = "Text"
with this I want to create an object of class Text
Now when i try to do it
classname = classname.constantize
I get the text as a module, not as a class. Please suggest something.
Thank you and welcome
Rohit
ruby
Rohit
source share