Skip to content

twoism/taggable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taggable

Tagging for MongoMapper

installation

The taggable gem is hosted on gemcutter.org:

  • gem install taggable

usage

class Doc
  include MongoMapper::Document
  include Taggable
  key :name, String, :required => true
  timestamps!
end

About

Tagging gem for MongoMapper

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages