Update API Frame Model to new Primary Key. Fixes #663

pull/1075/head
Kyle Johnson 2015-09-29 14:39:24 -06:00
parent 291dfe0f70
commit 1937814c82
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class Frame extends AppModel {
*
* @var string
*/
public $primaryKey = 'FrameId';
public $primaryKey = 'Id';
/**
* Validation rules