Sha256: 80ed7372c01eb485d975a8426a98c28a96ac30d1a64199c88eaf19631f9e735b

Contents?: true

Size: 261 Bytes

Versions: 4

Compression:

Stored size: 261 Bytes

Contents

 # frozen_string_literal: true

 class DlKeyedJoin < ActiveRecord::Base
   self.primary_key = "joins_key"

   belongs_to :destroy_async_parent,
     primary_key: :parent_id
   belongs_to :dl_keyed_has_many_through,
     primary_key: :through_key
 end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ibm_db-5.5.0-x86-mingw32 test/models/dl_keyed_join.rb
ibm_db-5.4.1-x86-mingw32 test/models/dl_keyed_join.rb
ibm_db-5.4.0-x86-mingw32 test/models/dl_keyed_join.rb
ibm_db-5.3.2-x86-mingw32 test/models/dl_keyed_join.rb