mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
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:
parent
38bae0a969
commit
ef1297d896
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue