1
0
Fork 0
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:
David Heinemeier Hansson 2021-02-04 13:36:09 +01:00
parent 164c2f6257
commit dfebea447f

View file

@ -38,6 +38,7 @@
```ruby ```ruby
class User < ApplicationRecord class User < ApplicationRecord
has_many :bookmarks
has_many :articles, strict_loading: true has_many :articles, strict_loading: true
end end