Skip to content

Instantly share code, notes, and snippets.

View gus4no's full-sized avatar

Gustavo Robles gus4no

View GitHub Profile
# Basic tagging system for mongoid documents.
# jpemberthy 2010
#
# class User
# include Mongoid::Document
# include Mongoid::Document::Taggable
# end
#
# @user = User.new(:name => "Bobby")
# @user.tag_list = "awesome, slick, hefty"