remove some documentation cruft on has_many

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4023 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Rick Olson 2006-03-24 14:56:31 +00:00
parent 38bae0a969
commit ef1297d896

@ -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)