cb4f6875b6
1 2 3 4 5 6
class PetTreasure < ActiveRecord::Base self.table_name = "pets_treasures" belongs_to :pet belongs_to :treasure end