summaryrefslogtreecommitdiff
path: root/config/initializers/acts_as_taggable.rb
blob: c564c0cab11342ae8f7f2977cedd13c44667b73d (plain)
1
2
3
4
5
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