質問編集履歴

1

コントローラーに記述ミスがありましたので、修正しました><

2020/03/07 02:13

投稿

CodeRascal
CodeRascal

スコア8

test CHANGED
File without changes
test CHANGED
@@ -156,7 +156,7 @@
156
156
 
157
157
  def post_params
158
158
 
159
- params.require(:post).permit(:title, :question, :qimg, :answer, :aimg, :content, :supplement, :unit_id)
159
+ params.require(:post).permit(:title, :content, :category_id)
160
160
 
161
161
  end
162
162