Sha256: 50f32d02acdfbac934918f571e01f3b211c97e7583b98674fe4a67de8eab1ff2

Contents?: true

Size: 193 Bytes

Versions: 1

Compression:

Stored size: 193 Bytes

Contents

module ActionMerge
  class Document < ApplicationRecord
    belongs_to :syncable, polymorphic: true
    has_many :action_merge_document_chunks, as: :chunks, foreign_key: :document_id
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
action_merge-0.1.0 app/models/action_merge/document.rb