2022/01/24分のコミットです。
CHANGELOGへの追加はありませんでした。
Remove double underscore on test method
activerecord/test/cases/relation/where_chain_test.rbの修正です。
テスト名から不要なアンダースコアを削除しています。
Fix Class#descendants documentation
activesupport/lib/active_support/core_ext/class/subclasses.rbの修正です。
Class#descendantsメソッドのdocが正しく表示されていなかった(実装とdocのずれていた)のを修正しています。
Link to association guide from docs [ci skip]
activerecord/lib/active_record/associations.rbのdocの修正です。
inverse_ofオプションについて説明している箇所に、 Active Record Associations guideへのリンクを追加しています。