Use double quotes in config/initializers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user