diff options
author | Xavier Noria <fxn@hashref.com> | 2008-05-07 23:15:59 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2008-05-07 23:15:59 +0200 |
commit | b4d44d3ee7261ad06457d7e5f8742229634f7616 (patch) | |
tree | 5f2393e2a5047476449f71d2b90cb22119880148 /activerecord | |
parent | 7a1225343b1d401e3c014cea122f41b7a089167c (diff) | |
download | rails-b4d44d3ee7261ad06457d7e5f8742229634f7616.tar.gz rails-b4d44d3ee7261ad06457d7e5f8742229634f7616.tar.bz2 rails-b4d44d3ee7261ad06457d7e5f8742229634f7616.zip |
+ vs <tt> in fixtures.rb docs
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 7d5fd35dae..ab8907dfd8 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 <tt>database.yml</tt> file,. You can use the same technique in your fixtures: # # DEFAULTS: &DEFAULTS # created_on: <%= 3.weeks.ago.to_s(:db) %> |