What's new? | Help | Directory | Sign in
Google
grailsactsastaggable
Acts As Taggable for grails
  
  
  
  
    
License: Apache License 2.0
Labels: grails, plugin, tag, domain
Join project
Project owners:
  simonlei
Project members:
mendezster

It's a grails plugin to implement ActsAsTaggable. Just let your domain class implement Taggable interface, your domain class will be taggable.

Usage:

  1. download grails-acts-as-taggable-0.1.zip
  2. grails install-plugin grails-acts-as-taggable-0.1.zip
  3. Add implments Taggable
  4. Done.

Notice: