4 lines
96 B
Ruby
4 lines
96 B
Ruby
ActiveSupport::Inflector.inflections(:en) do |inflect|
|
|
inflect.irregular "leaf", "leaves"
|
|
end
|