Added typewriter tag to code.

This commit is contained in:
Rizwan Reza 2010-06-15 23:03:54 +04:30
parent c7f78b184d
commit cef442f92c
1 changed files with 3 additions and 2 deletions

View File

@ -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)