diff options
author | Xavier Noria <fxn@hashref.com> | 2008-05-08 01:33:44 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2008-05-08 01:33:44 +0200 |
commit | a904bc58baf1c981917fb59f3f03e6fb67f15bf0 (patch) | |
tree | 26b6820378752668225f4f123e14fd6908212496 /activerecord | |
parent | 42c5ca18a08d6d6bae0a0925dfda0029552a55ba (diff) | |
download | rails-a904bc58baf1c981917fb59f3f03e6fb67f15bf0.tar.gz rails-a904bc58baf1c981917fb59f3f03e6fb67f15bf0.tar.bz2 rails-a904bc58baf1c981917fb59f3f03e6fb67f15bf0.zip |
punctuation fix in fixtures.rb
Diffstat (limited to 'activerecord')
-rwxr-xr-x | activerecord/lib/active_record/fixtures.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 <tt>database.yml</tt> file,. You can use the same technique in your fixtures: +# your <tt>database.yml</tt> file. You can use the same technique in your fixtures: # # DEFAULTS: &DEFAULTS # created_on: <%= 3.weeks.ago.to_s(:db) %> |