回答編集履歴
1
クラス名の誤りを修正
test
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
|
29
29
|
```ruby
|
30
30
|
|
31
|
-
class Hoge
|
31
|
+
class HogeController < ActionController::API
|
32
32
|
|
33
33
|
|
34
34
|
|