commented out incomplete definition - please complete it if you need it
parent
fd9c93d3e2
commit
5b7011c61b
|
@ -37,9 +37,9 @@ class Group extends AppModel {
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
public $validate = array(
|
public $validate = array(
|
||||||
'Name' => array(
|
/*'Name' => array(
|
||||||
'notEmpty' => array(
|
'notEmpty' => array(
|
||||||
'rule' => array('notEmpty'),
|
'rule' => array('notEmpty'),*/
|
||||||
'Id' => array(
|
'Id' => array(
|
||||||
'numeric' => array(
|
'numeric' => array(
|
||||||
'rule' => array('numeric'),
|
'rule' => array('numeric'),
|
||||||
|
|
Loading…
Reference in New Issue