mirror of https://github.com/rails/rails
Fix a typo in automatically_invert_plural_associations documentation
This commit is contained in:
parent
5b92bf7d34
commit
2ee11cd0b7
|
@ -1074,7 +1074,7 @@ With this option enabled, it will also look for a `:comments` association. In th
|
|||
having the inverse association discovered is beneficial as it can prevent some useless queries, but
|
||||
it may cause backward compatibility issues with legacy code that doesn't expect it.
|
||||
|
||||
This behavior can be disable on a per-model basis:
|
||||
This behavior can be disabled on a per-model basis:
|
||||
|
||||
|
||||
```ruby
|
||||
|
|
Loading…
Reference in New Issue