method
match
v3.0.0 -
Show latest stable
- Class:
ActiveRecord::DynamicFinderMatch
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