InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Save And Save? |
|
Answer» Save! PERFORMS all validations and callbacks. If any validation returns false, save! THROWS an ERROR and canceles the save. Save does not throw any error in the case above, but canceles the save. Also, the VALIDATORS can be bypassed. Save! performs all validations and callbacks. If any validation returns false, save! throws an error and canceles the save. Save does not throw any error in the case above, but canceles the save. Also, the validators can be bypassed. |
|