Sha256: 47f6a40c18cd39f06a34c3c9be26110bec9265cff278eef83431454e5df86d32
Contents?: true
Size: 230 Bytes
Versions: 22
Compression:
Stored size: 230 Bytes
Contents
class Kuroko2::Tag < Kuroko2::ApplicationRecord include Kuroko2::TableNameCustomizable has_many :job_definition_tags has_many :job_definitions, through: :job_definition_tags validates :name, length: { maximum: 100 } end
Version data entries
22 entries across 22 versions & 1 rubygems