diff options
author | hellekin <hellekin@cepheide.org> | 2020-10-29 23:27:23 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2020-10-29 23:27:23 +0100 |
commit | 757decefafb5d82557a8b7fa9691f94f19c3207e (patch) | |
tree | 559b4ae47731b67cb6f1262a6d3c8a978aa0e5a7 | |
parent | bf26abcf5233e88597b270f6e54010adf08a3fc7 (diff) | |
download | incommon-map-757decefafb5d82557a8b7fa9691f94f19c3207e.tar.gz |
Allow using INCOMMON as a module name
-rw-r--r-- | config/initializers/inflections.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/initializers/inflections.rb b/config/initializers/inflections.rb index 0e49cd1..2292fab 100644 --- a/config/initializers/inflections.rb +++ b/config/initializers/inflections.rb @@ -23,4 +23,5 @@ ActiveSupport::Inflector.inflections do |inflect| inflect.irregular 'human', 'humans' inflect.acronym 'API' inflect.acronym 'SSO' + inflect.acronym 'INCOMMON' end |