debian-mirror-gitlab/config/initializers/acts_as_taggable.rb

6 lines
277 B
Ruby
Raw Normal View History

2017-08-17 22:00:37 +05:30
ActsAsTaggableOn.strict_case_match = true
# tags_counter enables caching count of tags which results in an update whenever a tag is added or removed
# since the count is not used anywhere its better performance wise to disable this cache
ActsAsTaggableOn.tags_counter = false