aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
diff options
context:
space:
mode:
authorHongli Lai (Phusion) <hongli@phusion.nl>2008-09-20 14:12:44 +0200
committerHongli Lai (Phusion) <hongli@phusion.nl>2008-09-20 14:12:44 +0200
commit0e8abd2d09277ef785b1a1b0e680c4f69cd9dee7 (patch)
tree8be39d11f515e8de455db7df01937d0f4c1a4793 /activerecord/lib/active_record
parentadacd9451877d3c195da7f1935353b1cb3fed368 (diff)
downloadrails-0e8abd2d09277ef785b1a1b0e680c4f69cd9dee7.tar.gz
rails-0e8abd2d09277ef785b1a1b0e680c4f69cd9dee7.tar.bz2
rails-0e8abd2d09277ef785b1a1b0e680c4f69cd9dee7.zip
Fix minor formatting error.
Diffstat (limited to 'activerecord/lib/active_record')
-rw-r--r--activerecord/lib/active_record/validations.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/validations.rb b/activerecord/lib/active_record/validations.rb
index 679045d673..64cbc4f2b0 100644
--- a/activerecord/lib/active_record/validations.rb
+++ b/activerecord/lib/active_record/validations.rb
@@ -647,8 +647,8 @@ module ActiveRecord
# the same time, and a Comment's title must be unique. At the database-level,
# the actions performed by these users could be interleaved in the following manner:
#
- # User 1 | User 2
- # ---------- | ----------
+ # User 1 | User 2
+ # ------------------------------------+--------------------------------------
# # User 1 checks whether there's |
# # already a comment with the title |
# # 'My Post'. This is not the case. |