/crm_tags

Tags plugin for Fat Free CRM

Primary LanguageRubyOtherNOASSERTION

Tags plugin for Fat Free CRM

The Tags adds tagging support to all major Fat Free CRM models. To search by tag enter its
name prefixed by # character. For example:

  Search: hello #world

In this example "hello" is regular search string, and "world" is a tag.

The Tags plugin depends on [acts-as-taggable-on] plugin which must be installed as follows:

  $ ruby script/plugin install git://github.com/mbleigh/acts-as-taggable-on.git
  $ ruby script/generate acts_as_taggable_on_migration
  $ rake db:migrate

Copyright (c) 2009 by Michael Dvorkin, released under the GNU Affero General Public License