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 Programming, Ruby | 1 comment
RSS feed for this post
Comments are disabled
I got this too, but with: "got #{pluralize(@update.new_points, 'point')}..." Did you find a solution?