aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations.rb
diff options
context:
space:
mode:
authorTobias Lütke <tobias.luetke@gmail.com>2005-12-20 20:32:47 +0000
committerTobias Lütke <tobias.luetke@gmail.com>2005-12-20 20:32:47 +0000
commit1d2c6ee8f3f7e4b6881f30e6b53582738c2b3ace (patch)
tree2928e565d896bfd8e0e0f8cb3829a8c4a012359a /activerecord/lib/active_record/associations.rb
parent1235d26bfbc99a7b7466bddb8ff69eecc585d27f (diff)
downloadrails-1d2c6ee8f3f7e4b6881f30e6b53582738c2b3ace.tar.gz
rails-1d2c6ee8f3f7e4b6881f30e6b53582738c2b3ace.tar.bz2
rails-1d2c6ee8f3f7e4b6881f30e6b53582738c2b3ace.zip
added :piggyback option to has_many :through relationships to pick up values from the join table as needed
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3323 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/lib/active_record/associations.rb')
-rwxr-xr-xactiverecord/lib/active_record/associations.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/associations.rb b/activerecord/lib/active_record/associations.rb
index 583f5f8044..8ee6eca15f 100755
--- a/activerecord/lib/active_record/associations.rb
+++ b/activerecord/lib/active_record/associations.rb
@@ -881,7 +881,7 @@ module ActiveRecord
:class_name, :table_name, :foreign_key,
:exclusively_dependent, :dependent,
:select, :conditions, :include, :order, :group, :limit, :offset,
- :as, :through,
+ :as, :through, :piggyback,
:finder_sql, :counter_sql,
:before_add, :after_add, :before_remove, :after_remove,
:extend