You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor optimization, removing unneeded variables (#546)
* Remove unused local variable
delete dead code that became unused due to changes in commit 9937512
* group the assignment to the local variable in the same way as the assignment to association_foreign_key
* move temporary variables, which are only referenced when association_class.paranoid? is true, inside the conditional branch
* simplify association_find_conditions further
---------
Co-authored-by: Mathieu Jobin <[email protected]>
0 commit comments