Do not refer internal constant in the doc [ci skip]

This commit is contained in:
Ryuta Kamizono 2019-10-13 21:28:44 +09:00
parent c7cc6aa106
commit 18f7c39b49
1 changed files with 2 additions and 3 deletions

View File

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