Add DNS acronym

#475
This commit is contained in:
Artur Beljajev 2017-04-21 17:50:05 +03:00
parent 1ed7c7c95b
commit 468fe00bc9

View file

@ -10,7 +10,6 @@
# inflect.uncountable %w( fish sheep )
# end
# These inflection rules are supported but not enabled by default:
# ActiveSupport::Inflector.inflections(:en) do |inflect|
# inflect.acronym 'RESTful'
# end
ActiveSupport::Inflector.inflections(:en) do |inflect|
inflect.acronym 'DNS'
end