|
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"
This project has not yet categorized itself in the Trove Software Map.Registered: 2007-03-15 17:05 |
|