I'm trying to test a method in my console, but even the basic pluralize -
pluralize(1, 'person')
wont work..
Output:
NoMethodError: undefined method 'pluralize' for main:Object
from (pry):42:in '<main>'
but helper.method(:pluralize)
shows me : Method: ActionView::Base(ActionView::Helpers::TextHelper)#pluralize
What am i missing?