From a904bc58baf1c981917fb59f3f03e6fb67f15bf0 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Thu, 8 May 2008 01:33:44 +0200 Subject: punctuation fix in fixtures.rb --- activerecord/lib/active_record/fixtures.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib') diff --git a/activerecord/lib/active_record/fixtures.rb b/activerecord/lib/active_record/fixtures.rb index ab8907dfd8..9367ea523d 100755 --- a/activerecord/lib/active_record/fixtures.rb +++ b/activerecord/lib/active_record/fixtures.rb @@ -426,7 +426,7 @@ end # == Support for YAML defaults # # You probably already know how to use YAML to set and reuse defaults in -# your database.yml file,. You can use the same technique in your fixtures: +# your database.yml file. You can use the same technique in your fixtures: # # DEFAULTS: &DEFAULTS # created_on: <%= 3.weeks.ago.to_s(:db) %> -- cgit v1.2.3