great084 / twitter_tool

ツイッターツールの開発
0 stars 0 forks source link

[改善]tweetデータ保存時に"Unpermitted parameters"が出力される #54

Closed great084 closed 3 years ago

great084 commented 3 years ago

概要

Tweetデータ保存画面を実行した際に以下のワーニングが出力される。 これを改善する。

Started POST "/tweets/search" for ::1 at 2020-12-17 14:26:08 +0900
  Parameters: {"authenticity_token"=>"LT0FTHM1XweYGxP5gfgGcoosUifTL6uyJIwe5Qaein8Y1UCDgs5ckN9XQX0Q64etPFRC8NyyytKUIZM50+S49Q==", "period"=>"until_now", "commit"=>"取得する"}
Unpermitted parameters: :authenticity_token, :commit
Unpermitted parameters: :authenticity_token, :commit

実装内容

その他情報