commented out incomplete definition - please complete it if you need it

pull/2077/head
Pliable Pixels 2018-03-27 03:58:28 -04:00
parent fd9c93d3e2
commit 5b7011c61b
1 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@ class Group extends AppModel {
* @var array
*/
public $validate = array(
'Name' => array(
/*'Name' => array(
'notEmpty' => array(
'rule' => array('notEmpty'),
'rule' => array('notEmpty'),*/
'Id' => array(
'numeric' => array(
'rule' => array('numeric'),