about summary refs log tree commit diff stats
path: root/app/models/pokedex_entry.rb
blob: 92008960ca07a68fc6442fbdaa50036b8ed2d7d7 (plain) (blame)
1
2
3
4
class PokedexEntry < ApplicationRecord
  belongs_to :trainer
  belongs_to :species
end