Add inflection for API acronym

This commit is contained in:
Thibault Jouan
2013-06-30 21:37:30 +00:00
parent 5719cbcbe9
commit 40f4ced3b8
11 changed files with 16 additions and 12 deletions

View File

@@ -13,3 +13,7 @@
# ActiveSupport::Inflector.inflections do |inflect|
# inflect.acronym 'RESTful'
# end
ActiveSupport::Inflector.inflections do |inflect|
inflect.acronym 'API'
end