save(options={})
Instance Public methods
The validation process on save can be skipped by passing validate:
false
. The regular #save method is replaced with
this when the validations module is mixed in, which it is by default.
The validation process on save can be skipped by passing validate:
false
. The regular #save method is replaced with
this when the validations module is mixed in, which it is by default.
Please login to continue.