Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 338 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 338 Bytes

ActsAsTaggable

Simple tagging.

Options

  • delimiter character that delimits tags when setting a tag string
  • output_delimiter character that delimits tags when outputing the tag_string. Defaults to acts_as_taggable_options[:delimiter]
  • types types of tags to create scopes for, e.g. material tags, colour tags.