Sha256: 072acd06cf09df81cbef206aa4b72096a287a27eaa6823a46cdde184916c3374

Contents?: true

Size: 582 Bytes

Versions: 2

Compression:

Stored size: 582 Bytes

Contents

# If you would like to remove unused tag objects after removing taggings, add
ActsAsTaggableOn.remove_unused_tags = true

# ActsAsTaggableOn.delimiter = ','

# If you want force tags to be saved downcased:
# ActsAsTaggableOn.force_lowercase = true

# If you want tags to be saved parametrized (you can redefine to_param as well):
# ActsAsTaggableOn.force_parameterize = true

# If you would like tags to be case-sensitive and not use LIKE queries for creation:
# ActsAsTaggableOn.strict_case_match = true

ActsAsTaggableOn::Tag.class_eval do
  searchable do
    text :name
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
georgia-0.7.1 config/initializers/acts_as_taggable_on.rb
georgia-0.7.0 config/initializers/acts_as_taggable_on.rb