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


