Closed masato-bkn closed 11 months ago
This looks good. Can you squash your commits into one?
FYI, in reality, as a reviewer wanting to see the differences, it's sufficient to check using "Compare" link, so there's no need to commits as a work log :-)
Thank you all for your reviews! I have squashed the commits, so please check it.
Thanks!
As pointed out https://github.com/rubocop/rails-style-guide/issues/347, when the receiver of
all
is an association, there are methods whose behavior changes whenall
is omitted.So, I've added a note to caution against omitting these methods.