method

matches_all

matches_all(others, escape = nil, case_sensitive = false)
public

No documentation available.

# File activerecord/lib/arel/predications.rb, line 133
    def matches_all(others, escape = nil, case_sensitive = false)
      grouping_all :matches, others, escape, case_sensitive
    end