質問編集履歴

1

文法の修正

2020/05/24 08:07

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -114,16 +114,6 @@
114
114
 
115
115
 
116
116
 
117
- def show
118
-
119
- @quiz = current_user.quizes.build if logged_in?
120
-
121
- end
122
-
123
-
124
-
125
- def create
126
-
127
117
 
128
118
 
129
119
  ```