Sha256: bbb5e32a99d0fbdb41c9e9138593ed6001298d0c41fd54b285d9743436421c73

Contents?: true

Size: 111 Bytes

Versions: 6

Compression:

Stored size: 111 Bytes

Contents

class BelongsTo < ActiveRecord::Base
  
  has_many :records, :dependent => :delete_all
  
  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/belongs_to.rb
rylwin-acts_as_archive-0.4.0 spec/fixtures/models/belongs_to.rb
acts_as_archive-0.4.0 spec/fixtures/models/belongs_to.rb
acts_as_archive-0.3.4 spec/fixtures/models/belongs_to.rb
acts_as_archive-0.3.3 spec/fixtures/models/belongs_to.rb
acts_as_archive-0.3.2 spec/fixtures/models/belongs_to.rb