Sha256: 76e1e1c06be8be347a8d0b2ffeb6c4a06b23569376f431c819a97219eb4f1188

Contents?: true

Size: 306 Bytes

Versions: 4

Compression:

Stored size: 306 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

4 entries across 4 versions & 1 rubygems

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