Module: Arel::Predications

Defined in:
lib/arel/azahara_postgres_exts.rb

Instance Method Summary collapse

Instance Method Details

#contains(right) ⇒ Object



3
4
5
# File 'lib/arel/azahara_postgres_exts.rb', line 3

def contains(right)
  Arel::Nodes::Contains.new(self, quoted_node(right))
end