Ejemplo n.º 1
0
 /**
  * Lists all Rubric models.
  * @return mixed
  */
 public function actionIndex()
 {
     $dataProvider = new ActiveDataProvider(['query' => Rubric::find()->with(['englishTranslate', 'germanTranslate'])]);
     return $this->render('index', ['dataProvider' => $dataProvider]);
 }