Sha256: b5941e5e6994ca7f2353baa343dfd068ebdbe4b7e1b8b273c920957096e4673f
Contents?: true
Size: 343 Bytes
Versions: 12
Compression:
Stored size: 343 Bytes
Contents
# frozen_string_literal: true module Lcms module Engine class ResourceDownload < ApplicationRecord DOWNLOAD_PER_CATEGORY_LIMIT = 5 belongs_to :resource belongs_to :download belongs_to :download_category validates :download, presence: true accepts_nested_attributes_for :download end end end
Version data entries
12 entries across 12 versions & 1 rubygems