method

match

match(method)
public

No documentation available.

# File activerecord/lib/active_record/dynamic_scope_match.rb, line 10
    def self.match(method)
      ds_match = self.new(method)
      ds_match.scope ? ds_match : nil
    end