I’m using ar-extensions to extend the ability of doing conditions in ruby on rails. I am trying to use _ne or _not but it won’t work. I can use _lt or _gt. Anyone have ideas?
I’m using ar-extensions to extend the ability of doing conditions in ruby on rails.
Share
LHS: normal comparison
RHS: equivalent comparison using only < operator