LoginSignup
0
0

More than 3 years have passed since last update.

active recordで特定カラムを空で保存できるように修正

Posted at

解決策

下記のようにallow_blankを追加したら解決できました

validates :something, allow_blank: true

参考記事

Validate attribute only if it present (only if user fill in it)

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