Skip to content

Commit

Permalink
remove some documentation cruft on has_many
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4023 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
technoweenie committed Mar 24, 2006
1 parent 38bae0a commit ef1297d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions activerecord/lib/active_record/associations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,6 @@ module ClassMethods
# '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)

Expand Down

0 comments on commit ef1297d

Please sign in to comment.