I\'ve built a simple form model & view, a simple AR model, and a simple controller. The form model assigns the correct values to the AR instance, but when I call save(),
Use
$prompt->save(false);
If that works that means that some validation rule fails.