Use double quotes in config/initializers

This commit is contained in:
Julian Herrero
2019-03-15 09:27:34 +01:00
parent 9f21d9c64e
commit a8d8d2cdf9
11 changed files with 26 additions and 26 deletions

View File

@@ -17,5 +17,5 @@
ActiveSupport::Inflector.inflections(:en) do |inflect|
inflect.plural(/^(\d+)$/i, '\1')
inflect.irregular 'organización', 'organizaciones'
inflect.irregular "organización", "organizaciones"
end