Sha256: 429ed17fb826935335cfc782f3631ca01c5f38f4f6d2e2ed719009d231c2575c
Contents?: true
Size: 187 Bytes
Versions: 99
Compression:
Stored size: 187 Bytes
Contents
class Product < ApplicationRecord belongs_to :manufacturer belongs_to :driver, optional: true validates :uri, presence: true, format: { with: URI::DEFAULT_PARSER.make_regexp } end
Version data entries
99 entries across 99 versions & 1 rubygems