#10615 : inflection bug that affects classify method

Have a look:

http://dev.rubyonrails.org/ticket/10615

This is actually a singularize method bug:

>> "Business".singularize => "Busines"

seems that classify uses singularize internally.

Rick resolved it as invalid but I cannot understand why. Rick, could you shed some light on your decision?

MK

I agree with Josh's suggestion. We just need to clarify the documentation, this is certainly not a bug.

-Matt