I have just come to know that I can't use the method 'pluralize' in the rails console or IRB. Is there anything I don't understand about this?
2.3.0 :001 > pluralize
NameError: undefined local variable or method `pluralize' for main:Object
It gets interpreted well when it's used in the ruby or view file. Why can't I use it in the rails console?