Sha256: 8395fd3c22a7e06668c795f2b268dcba13baf3cc8f2a8d8f135deb0e953b3801

Contents?: true

Size: 294 Bytes

Versions: 5

Compression:

Stored size: 294 Bytes

Contents

# frozen_string_literal: true

class EssayDestroyAsync < ActiveRecord::Base
  self.table_name = "essays"
  belongs_to :book, dependent: :destroy_async, class_name: "BookDestroyAsync"
end

class LongEssayDestroyAsync < EssayDestroyAsync
end

class ShortEssayDestroyAsync < EssayDestroyAsync
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ibm_db-5.5.0 test/models/essay_destroy_async.rb
ibm_db-5.4.1 test/models/essay_destroy_async.rb
ibm_db-5.4.0 test/models/essay_destroy_async.rb
ibm_db-5.3.2 test/models/essay_destroy_async.rb
ibm_db-5.3.1 test/models/essay_destroy_async.rb