Not sure why this has decided to stop working.
customers_controller.rb
redirect_to customers_url,
notice: pluralize(@imported_customers.size, "customer") + " imported!"
And I'm getting the error:
NoMethodError: undefined method 'pluralize' for #CustomersController:0x007f3ca8378a20
Any idea where to start looking?