rails icon indicating copy to clipboard operation
rails copied to clipboard

Update docs for `.unscoped` to be explicit about associations

Open RyanMacG opened this issue 1 year ago • 0 comments

Summary

We recently ran into an issue where we used .unscoped as part of a method chain without realising that it would also unset the scoping of the association. It feels like this would be useful information to surface in the documentation so that there's a clear source of truth on how the method behaves.

RyanMacG avatar Aug 05 '22 15:08 RyanMacG

@skipkayhil sorry for the ping but just wanted to check if there was anything else needed on this for now from me?

RyanMacG avatar Sep 20 '22 10:09 RyanMacG