質問編集履歴
1
文法の修正
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
|
```
|