2018/05/15分のコミットです。
CHANGELOGへの追加はありませんでした。
activerecord/test/cases/arel/attributes/math_test.rb、
activerecord/test/cases/arel/nodes/count_test.rbの修正です。
math operatorについてのテストを追加しています。
Remove :nodoc: from the methods which is added the doc [ci skip]
activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rbのdocの修正です。
foreign_key、及び、foreign_key_exists?メソッドから:nodoc:を削除しています。これらのメソッドは既にdocがあるため。