public function rules()
{
return [
[['user_id', 'word'], 'unique', 'targetAttribute' => ['user_id', 'word'], 'message' => 'Уже есть'],
];
}
[['user_id', 'word'], 'unique', 'targetAttribute' => ['user_id', 'word'], 'message' =>Html::a('Уже есть',['/test/test'])],