0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Rails】ブランクを禁止しnilは許可するバリデーション

Posted at

モデルに以下のように記述することで

validates :some_attribute, presence: true, allow_nil: true
  • presence
    指定された属性が空(empty)でないことをチェックする

  • allow_nil
    対象の値がnilの場合にバリデーションをスキップする

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?