aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRizwan Reza <rizwanreza@gmail.com>2010-06-15 23:03:54 +0430
committerRizwan Reza <rizwanreza@gmail.com>2010-06-15 23:03:54 +0430
commitcef442f92c409db6aec8ec313f46eeaf93d9b733 (patch)
tree5e0baa9295de93396a8c9263defc51aa34d6f30e /activerecord
parentc7f78b184df5cdeee301af06472f7f14465ed7e4 (diff)
downloadrails-cef442f92c409db6aec8ec313f46eeaf93d9b733.tar.gz
rails-cef442f92c409db6aec8ec313f46eeaf93d9b733.tar.bz2
rails-cef442f92c409db6aec8ec313f46eeaf93d9b733.zip
Added typewriter tag to code.
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/dynamic_finder_match.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/dynamic_finder_match.rb b/activerecord/lib/active_record/dynamic_finder_match.rb
index 0b66bea391..b39b291352 100644
--- a/activerecord/lib/active_record/dynamic_finder_match.rb
+++ b/activerecord/lib/active_record/dynamic_finder_match.rb
@@ -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)