From bbde35bf89f09d32305cb5383fd569fa59db9b31 Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Mon, 2 Aug 2010 18:13:41 +1000 Subject: [PATCH] readmen tweaks --- README.rdoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rdoc b/README.rdoc index 106b386..98a4a6e 100644 --- a/README.rdoc +++ b/README.rdoc @@ -82,7 +82,9 @@ Regular validation options: :unless - Execute validation when :unless evaluates false -== ERROR MESSAGES +== CONFIGURATION + +=== ERROR MESSAGES Using the I18n system to define new defaults: @@ -98,11 +100,9 @@ Using the I18n system to define new defaults: after: "must be after %{restriction}" on_or_after: "must be on or after %{restriction}" -The %{restriction}} signifies where the interpolation value for the restriction will be inserted. +The %{restriction} signifies where the interpolation value for the restriction will be inserted. -== CONFIGURATION - === DUMMY DATE FOR TIME TYPES Given that Ruby has no support for a time-only type, all time type columns are evaluated