LoginSignup
0
0

More than 3 years have passed since last update.

update_attributes is deprecated and will be removed from rails 6.1

Last updated at Posted at 2020-06-23

備忘録です。

題名のとおりのwarningが出ました。

railsconsole
DEPRECATION WARNING: update_attributes is deprecated and will be removed from Rails 6.1 (please, use update instead)

Rails6.1からupdate_attributesではなくupdateに置き換わる(すでに使える)そうなので、書き換えたらwarningがなくなりました。

0
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
0
0