mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Do not refer internal constant in the doc [ci skip]
This commit is contained in:
parent
c7cc6aa106
commit
18f7c39b49
1 changed files with 2 additions and 3 deletions
|
@ -700,9 +700,8 @@ module ActiveRecord
|
|||
# inverse detection only works on #has_many, #has_one, and
|
||||
# #belongs_to associations.
|
||||
#
|
||||
# Extra options on the associations, as defined in the
|
||||
# <tt>AssociationReflection::INVALID_AUTOMATIC_INVERSE_OPTIONS</tt>
|
||||
# constant, or a custom scope, will also prevent the association's inverse
|
||||
# <tt>:foreign_key</tt> and <tt>:through</tt> options on the associations,
|
||||
# or a custom scope, will also prevent the association's inverse
|
||||
# from being found automatically.
|
||||
#
|
||||
# The automatic guessing of the inverse association uses a heuristic based
|
||||
|
|
Loading…
Reference in a new issue