回答編集履歴

1

クラス名の誤りを修正

2021/07/10 04:58

投稿

mingos
mingos

スコア4211

test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  ```ruby
30
30
 
31
- class HogeImageController < ActionController::API
31
+ class HogeController < ActionController::API
32
32
 
33
33
 
34
34