LoginSignup
1
0

More than 5 years have passed since last update.

rails5.2でvalidates_acceptance_ofが効かない

Posted at

allow_nilオプションがデフォルトでtrueとなっていたのでfalseに指定する必要がありました。

validates_acceptance_of :confirming, allow_nil: false, on: [:create]

rails5.1くらいから変わった?
検証(validation) - - Railsドキュメント

参考
Railsで入力の確認画面を出すときの定石 - Qiita

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