Sha256: e797bb96c3d016763e8ea133a3ac6d817b5f89c486ba45f5dcea55730a394b41

Contents?: true

Size: 174 Bytes

Versions: 6

Compression:

Stored size: 174 Bytes

Contents

class HasManyThroughThrough < ActiveRecord::Base
  
  belongs_to :record, :dependent => :delete
  belongs_to :has_many_through, :dependent => :delete
  
  acts_as_archive
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
acts_as_archive-0.4.1 spec/fixtures/models/has_many_through_through.rb
rylwin-acts_as_archive-0.4.0 spec/fixtures/models/has_many_through_through.rb
acts_as_archive-0.4.0 spec/fixtures/models/has_many_through_through.rb
acts_as_archive-0.3.4 spec/fixtures/models/has_many_through_through.rb
acts_as_archive-0.3.3 spec/fixtures/models/has_many_through_through.rb
acts_as_archive-0.3.2 spec/fixtures/models/has_many_through_through.rb