You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Within this object, you can overwrite the [default messages](https://github.com/adopted-ember-addons/ember-cp-validations/blob/master/addon/validators/messages.js) or create new messages just like in the example above.
* If a message of a given type is not found, it will default to the `invalid` message.
* Usage examples can be found {{#crossLink "Base/createErrorMessage:method"}}here{{/crossLink}}
*
* @class Messages
* @module Validators
*/
export default EmberObject.extend(Messages, {
wrongDateFormat: '{description} must be in the format of {format}',