method
when
v6.1.7.7 -
Show latest stable
- Class:
Arel::Predications
when(right)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 201
def when(right)
Nodes::Case.new(self).when quoted_node(right)
end