質問するログイン新規登録

回答編集履歴

1

誤字の修正

2016/08/01 04:57

投稿

yajin
yajin

スコア75

answer CHANGED
@@ -25,7 +25,7 @@
25
25
  if($this->request->is('post')){
26
26
  foreach ($entities as $entity) {
27
27
  // Save entity
28
- $cards->save($entity);
28
+ $questions->save($entity);
29
29
  }
30
30
  }
31
31
  $this->set(compact('questions'));