aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/models/pet_treasure.rb
blob: 47b9f57fad9f0a07aad56979ae4f63d4b4b7b30c (plain) (tree)
1
2
3
4
5
6
7
8

                             





                                      
# frozen_string_literal: true

class PetTreasure < ActiveRecord::Base
  self.table_name = "pets_treasures"

  belongs_to :pet
  belongs_to :treasure
end