pluralizes organización

This commit is contained in:
Juanjo Bazán
2015-08-29 13:49:32 +02:00
parent 57090cd794
commit 7753bd35c8

View File

@@ -14,3 +14,7 @@
# ActiveSupport::Inflector.inflections(:en) do |inflect| # ActiveSupport::Inflector.inflections(:en) do |inflect|
# inflect.acronym 'RESTful' # inflect.acronym 'RESTful'
# end # end
ActiveSupport::Inflector.inflections(:en) do |inflect|
inflect.irregular 'organización', 'organizaciones'
end