categorizable.rb

Path: app/models/categorizable.rb
Last Update: Thu Oct 08 20:42:02 +0200 2009

Project iboard4 Author Andreas Altendorfer Copyright 2009 by Andreas Altendorfer

A polymorphic class to attach Categories to any model using e.g: Posting

  has_many    :categorizables, :as => :categorizable
  has_many    :categories, :through => :categorizables

[Validate]