Reintroduced empty check rule, closed paranthesis
This commit is contained in:
parent
5b7011c61b
commit
d3350919de
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue