mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Added typewriter tag to code.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
module ActiveRecord
|
||||
|
||||
# = Active Record Dynamic Finder Match
|
||||
#
|
||||
# Provides dynamic attribute-based finders such as find_by_country if, for
|
||||
# example, the Person has an attribute with that name.
|
||||
# Provides dynamic attribute-based finders such as <tt>find_by_country</tt>
|
||||
# if, for example, the <tt>Person</tt> has an attribute with that name.
|
||||
class DynamicFinderMatch
|
||||
def self.match(method)
|
||||
df_match = self.new(method)
|
||||
|
||||
Reference in New Issue
Block a user