From ef1297d896f6ee12b8d6d31d44d2a45f61f1a667 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Fri, 24 Mar 2006 14:56:31 +0000 Subject: remove some documentation cruft on has_many git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4023 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/lib/active_record/associations.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'activerecord/lib') diff --git a/activerecord/lib/active_record/associations.rb b/activerecord/lib/active_record/associations.rb index 3a8c484a9b..ca5ae33b5a 100755 --- a/activerecord/lib/active_record/associations.rb +++ b/activerecord/lib/active_record/associations.rb @@ -484,9 +484,6 @@ module ActiveRecord # 'FROM people p, post_subscriptions ps ' + # 'WHERE ps.post_id = #{id} AND ps.person_id = p.id ' + # 'ORDER BY p.first_name' - # - # Specifying the :through option - # def has_many(association_id, options = {}, &extension) reflection = create_has_many_reflection(association_id, options, &extension) -- cgit v1.2.3