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