LoginSignup
7
3

More than 3 years have passed since last update.

undefined method `update_attributes' と言われたら

Last updated at Posted at 2021-04-22

ちょっとびっくりしたのでメモ

環境

Rails 6.1

内容

エラー

undefined method `update_attributes'

結論

update_attributes は、

  • Rails 6.0 → 非推奨
  • Rails 6.1 → 廃止

となったようです。

代わりに update を使いましょう、とのことでした。

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