Method: Arel::Predications#matches_all

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

#matches_all(others, escape = nil, case_sensitive = false) ⇒ Object



143
144
145
# File 'activerecord/lib/arel/predications.rb', line 143

def matches_all(others, escape = nil, case_sensitive = false)
  grouping_all :matches, others, escape, case_sensitive
end