Sha256: 8272deeabbbe526178569a643733d9bb1a4e8a73f4f5297cd5859ff6886710a0

Contents?: true

Size: 207 Bytes

Versions: 1

Compression:

Stored size: 207 Bytes

Contents

# frozen_string_literal: true

module NeetoEditor
  class Asset < ApplicationRecord
    belongs_to :organization
    belongs_to :blob, class_name: "ActiveStorage::Blob"

    has_one_attached :file
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
neeto-commons-backend-1.0.109 app/models/neeto_editor/asset.rb