Open1

【Rails】URLバリデーション

bassarbassar

非必須なら allow_blank: true も。

validates :url, format: { with: /\A#{URI::DEFAULT_PARSER.make_regexp(%w[http https])}\z/ }, allow_blank: true