mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-23 06:16:44 +00:00
readmen tweaks
This commit is contained in:
parent
3c8e5c16fc
commit
bbde35bf89
@ -82,7 +82,9 @@ Regular validation options:
|
|||||||
:unless - Execute validation when :unless evaluates false
|
:unless - Execute validation when :unless evaluates false
|
||||||
|
|
||||||
|
|
||||||
== ERROR MESSAGES
|
== CONFIGURATION
|
||||||
|
|
||||||
|
=== ERROR MESSAGES
|
||||||
|
|
||||||
Using the I18n system to define new defaults:
|
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}"
|
after: "must be after %{restriction}"
|
||||||
on_or_after: "must be on or 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
|
=== DUMMY DATE FOR TIME TYPES
|
||||||
|
|
||||||
Given that Ruby has no support for a time-only type, all time type columns are evaluated
|
Given that Ruby has no support for a time-only type, all time type columns are evaluated
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user