From 0e8abd2d09277ef785b1a1b0e680c4f69cd9dee7 Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Sat, 20 Sep 2008 14:12:44 +0200 Subject: Fix minor formatting error. --- activerecord/lib/active_record/validations.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activerecord') 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. | -- cgit v1.2.3