We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6879f89 + 0bbaee3 commit 68e107fCopy full SHA for 68e107f
activerecord/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-* Infer `foerign_key` when `inverse_of` is present on `has_one` and `has_many` associations.
+* Infer `foreign_key` when `inverse_of` is present on `has_one` and `has_many` associations.
2
3
```ruby
4
has_many :citations, foreign_key: "book1_id", inverse_of: :book
0 commit comments