Method: Arel::Predications#when

Defined in:
activerecord/lib/arel/predications.rb

#when(right) ⇒ Object



211
212
213
# File 'activerecord/lib/arel/predications.rb', line 211

def when(right)
  Nodes::Case.new(self).when quoted_node(right)
end