method

match

match(method)
public

No documentation available.

# File activerecord/lib/active_record/dynamic_finder_match.rb, line 8
    def self.match(method)
      df_match = self.new(method)
      df_match.finder ? df_match : nil
    end