Links
ar-delegation
Categories
ar-delegation
Extends ActiveRecord::Base to add useful delegation features. For example: has_columns :from => :source, :only => ["title", "name"] has_column "title", :from => :source, :as => "source_title"
For more details see:
http://daveverwer.com/2007/3/16/activerecord-delegation
Vitals
| Home | http://daveverwer.com/2007/3/16/activerecord-delegation |
|---|---|
| Repository | svn://rubyforge.org/var/svn/ar-delegation |
| License | Ruby's |
| Rating | (7 votes) |
| Owner | Dave Verwer |
| Created | 10 July 2007 |
