Sha256: afcbae97d6d356925bbe984e30116caf66ef22c31543fc52d35bb093f57fe787
Contents?: true
Size: 376 Bytes
Versions: 14
Compression:
Stored size: 376 Bytes
Contents
class RelatedCheck include DataMapper::Resource belongs_to :parent_check, :class_name => "Check", :child_key => [:parent_id] belongs_to :child_check, :class_name => "Check", :child_key => [:child_id] property :id, Serial, :key => true #property :parent_check_id, Integer, :nullable => false #property :child_check_id, Integer, :nullable => false end
Version data entries
14 entries across 14 versions & 2 rubygems