Rails inflector uncountable troubles? Just remember Why’s Dr. Cham!

Inflector.inflections do |inflect|
  #this will do nothing, uncountables have precedence
  inflect.irregular 'equipment', 'equipments'

  def inflect.remove_uncountable(word)
    @uncountables.delete word
  end
  inflect.remove_uncountable 'equipment'
end

The URI to TrackBack this entry is: http://elia.wordpress.com/2007/07/26/rails-inflector-uncountable-troubles-just-remember-whys-dr-cham/trackback/

RSS feed for comments on this post.

Leave a Comment