質問編集履歴

2

2018/05/03 13:59

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
File without changes

1

ソースコード追加

2018/05/03 13:59

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -34,7 +34,23 @@
34
34
 
35
35
 
36
36
 
37
-
37
+ class ArticlesController < ApplicationController
38
+
39
+
40
+
41
+ def new
42
+
43
+ end
44
+
45
+ def create
46
+
47
+ render plain: params[:article].inspect
48
+
49
+ raise params.inspect
50
+
51
+ end
52
+
53
+ end
38
54
 
39
55
 
40
56