Sha256: 4ccf2d1f0962ce9b5fbe5cc6cac47429ca98afc9c2a36ba95adb0a9bbba13476
Contents?: true
Size: 261 Bytes
Versions: 19
Compression:
Stored size: 261 Bytes
Contents
module Apidae class SelectionObject < ApplicationRecord belongs_to :apidae_object, class_name: 'Apidae::Object', foreign_key: :apidae_object_id belongs_to :apidae_selection, class_name: 'Apidae::Selection', foreign_key: :apidae_selection_id end end
Version data entries
19 entries across 19 versions & 1 rubygems