Sha256: c1e43829c31e5cdc4e33622c0d1fc102a1e6d634872c4fffac17e2ff6f6e59d8

Contents?: true

Size: 264 Bytes

Versions: 2

Compression:

Stored size: 264 Bytes

Contents

module Apidae
  class SelectionObject < ApplicationRecord
    belongs_to :apidae_object, class_name: 'Apidae::Obj', foreign_key: :apidae_object_id
    belongs_to :apidae_selection, class_name: 'Apidae::Selection', foreign_key: :apidae_selection_id
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
apidae-0.7.5 app/models/apidae/selection_object.rb
apidae-0.7.4 app/models/apidae/selection_object.rb