Flowdock
method

match

Importance_0
v2.2.1 - Show latest stable - 0 notes - Class: ActiveRecord::DynamicFinderMatch
match(method) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

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
Register or log in to add new notes.