21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-02 00:40:49 +02:00

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

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