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.
1 parent 6879f89 commit 0bbaee3Copy full SHA for 0bbaee3
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