Sha256: 58a5381ca797db4b3863aed06320bd11cb90bc81ced7470d5b52260b3d70cf11

Contents?: true

Size: 177 Bytes

Versions: 8

Compression:

Stored size: 177 Bytes

Contents

class Hole < ActiveRecord::Base
  # muskrats are permanent
  has_many :muskrats, :dependent => :destroy
  # moles are not permanent
  has_many :moles, :dependent => :destroy
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
JackDanger-permanent_records-1.0.1 test/hole.rb
JackDanger-permanent_records-1.0.3 test/hole.rb
permanent_records-2.0.0 test/hole.rb
permanent_records-1.1.0 test/hole.rb
permanent_records-1.0.6 test/hole.rb
permanent_records-1.0.5 test/hole.rb
permanent_records-1.0.3 test/hole.rb
permanent_records-1.0.2 test/hole.rb