Coding on a shoestring

Posted by Dave Minor Wed, 02 May 2007 15:23:00 GMT

I was playing with some code in irb just now and was randomly using the noun “shoe” and got this error:

NoMethodError: undefined method `pluralize' for "shoe":String

Posted in ,  | 1 comment

Comments

  1. Ben said 101 days later:
    I got this too, but with: "got #{pluralize(@update.new_points, 'point')}..." Did you find a solution?

Comments are disabled