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
I guess the intention in all of those is foo&.bar. I don't see the need of presence, even though the check is for present? / blank? and not merely nil.
I often see the following pattern (especially when controller parameters are processed), which could be written more compactly with
.presence
:The text was updated successfully, but these errors were encountered: