/**
  * Creates a new AuthRule model.
  * If creation is successful, the browser will be redirected to the 'view' page.
  * @return mixed
  */
 public function actionCreate()
 {
     $model = new AuthRule();
     if ($model->load(Yii::$app->request->post()) && $model->save()) {
         return $this->redirect(['view', 'id' => $model->name]);
     } else {
         return $this->render('create', ['model' => $model]);
     }
 }
 public function safeUp()
 {
     $rule = new AuthorRule(['name' => 'author_rule', 'createdAt' => time()]);
     $model = new AuthRule(['name' => 'author_rule', 'created_at' => time(), 'rule' => $rule]);
     return $model->save(false);
 }