diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-23 19:58:31 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-23 19:58:31 +0200 |
| commit | f0745de7f661a27b4d20d2ba317d1b31bf9a6c4b (patch) | |
| tree | 8b652038153b4231e6016996016a187bdab1a864 /config/initializers | |
| parent | 7ebb5ce8ef276e6d23d818c216be6ef2974369cc (diff) | |
Force tags to be lowercase. A script unifies existing tags in both cases
Diffstat (limited to 'config/initializers')
| -rw-r--r-- | config/initializers/acts_as_taggable_on.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/initializers/acts_as_taggable_on.rb b/config/initializers/acts_as_taggable_on.rb new file mode 100644 index 00000000..08d8aa67 --- /dev/null +++ b/config/initializers/acts_as_taggable_on.rb | |||
| @@ -0,0 +1 @@ | |||
| ActsAsTaggableOn.force_lowercase = true | |||
