Permalink
2 comments
on commit
sign in to comment.
Browse files
Fix where.not with in clause
Arel::Nodes::In inherits from Arel::Nodes::Equality, so the case statement was always using the Equality operator for both scenarios, resulting in a not equal query instead.
- Loading branch information...
Showing
with
4 additions
and 4 deletions.
This comment has been minimized.
Show comment Hide commentamatsudaDec 8, 2012
MemberOops💣
amatsuda repliedDec 8, 2012
Oops💣
This comment has been minimized.
Show comment Hide commentcarlosantoniodasilvaDec 8, 2012
Ownercarlosantoniodasilva repliedDec 8, 2012