LoginSignup
1
0

More than 5 years have passed since last update.

投稿の際にきちんとデータを送る

Posted at

params.permitにてフィルターをかける値をチェックする

 def tweet_params
    params.permit(:text,:image,)この引数の間違いが多い

表示ビューのインプット項目をチェックする。

 <textarea placeholder="text" name="problem" </textarea>

nameが違うなどがよくあるので要チェック

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0