Sha256: 04f3ef06c350d9630cb206c6e4a0df019c0d7113c484153407f83d5e9bd236d2
Contents?: true
Size: 156 Bytes
Versions: 3
Compression:
Stored size: 156 Bytes
Contents
# frozen_string_literal: true class Person < ActiveRecord::Base belongs_to :coven has_many :warts, dependent: :destroy has_many :flying_machines end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
temporal_tables-3.0.2 | spec/internal/app/models/person.rb |
temporal_tables-3.0.1 | spec/internal/app/models/person.rb |
temporal_tables-3.0.0 | spec/internal/app/models/person.rb |