From cef442f92c409db6aec8ec313f46eeaf93d9b733 Mon Sep 17 00:00:00 2001 From: Rizwan Reza Date: Tue, 15 Jun 2010 23:03:54 +0430 Subject: Added typewriter tag to code. --- activerecord/lib/active_record/dynamic_finder_match.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'activerecord/lib') 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 find_by_country + # if, for example, the Person has an attribute with that name. class DynamicFinderMatch def self.match(method) df_match = self.new(method) -- cgit v1.2.3