Sha256: a6064c40ef0807215fc45a91b399608ad4c54ec488f8112397354c878438b942
Contents?: true
Size: 258 Bytes
Versions: 135
Compression:
Stored size: 258 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
135 entries across 135 versions & 1 rubygems