Module: Messages

Defined in:
lib/changeset/messages.rb

Constant Summary collapse

REQUIRED_MESSAGE =
"Can't be blank"
LENGTH_MESSAGE =
"Length does not match"
INCLUSION_MESSAGE =
"Is not included in enumerable"
CONFIRMATION_MESSAGE =
"Doesn't match confirmation"
FORMAT_MESSAGE =
"Does not match the regex"
ACCEPTANCE_MESSAGE =
"Is not true"
NUMBER_MESSAGE =
"Number doesn't match"
EXCLUSION_MESSAGE =
"Is included in enumerable"
SUBSET_MESSAGE =
"Is not a subset of enumerable"
CUSTOM_VALIDATOR_MESSAGE =
"Custom validator returned false"