Rails inflection: SSL

This commit is contained in:
Colin Darie 2018-07-03 17:37:32 +02:00
parent 60eb4cb16c
commit a384585256
No known key found for this signature in database
GPG Key ID: 4FB865FDBCA4BCC4
1 changed files with 3 additions and 3 deletions

View File

@ -11,6 +11,6 @@
# 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 'SSL'
end