mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Errantly removed during a merge
This commit is contained in:
parent
164c2f6257
commit
dfebea447f
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
|
||||
```ruby
|
||||
class User < ApplicationRecord
|
||||
has_many :bookmarks
|
||||
has_many :articles, strict_loading: true
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue