aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2020-10-29 23:27:23 +0100
committerhellekin <hellekin@cepheide.org>2020-10-29 23:27:23 +0100
commit757decefafb5d82557a8b7fa9691f94f19c3207e (patch)
tree559b4ae47731b67cb6f1262a6d3c8a978aa0e5a7 /config
parentbf26abcf5233e88597b270f6e54010adf08a3fc7 (diff)
downloadincommon-map-757decefafb5d82557a8b7fa9691f94f19c3207e.tar.gz
Allow using INCOMMON as a module name
Diffstat (limited to 'config')
-rw-r--r--config/initializers/inflections.rb1
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