Set up Taggable as "acts_as_taggable" (wincent.dev, 5604977)
Following Rails conventions wrap the Taggable module up inside an ActiveRecord mix-in. This allows models to make use of it by doing an "acts_as_taggable".
Signed-off-by: Greg Hurrell <greg@hurrell.net>