リビジョン b3a58ce1 app/Model/ContactValidate.php

差分を見る:

app/Model/ContactValidate.php
7 7
class ContactValidate extends AppModel {
8 8

  
9 9
	public $useTable = false;
10
	var $name = 'ContactValidate';
10
	public $name = 'ContactValidate';
11 11

  
12 12
	public $_schema = array(
13 13
		'name' => array(
......
36 36
				'message' => '入力されていません',
37 37
			),
38 38
		),
39
		'mail' => array(
39
		'email' => array(
40 40
			'notblank' => array(
41 41
				'rule' => array('notBlank'),
42 42
				'message' => '入力されていません',

他の形式にエクスポート: Unified diff