Class: PersonDb::Model::Person

Inherits:
Object
  • Object
show all
Defined in:
lib/footballdb/models/person.rb

Overview

extends “basic” person model in PersonDb

Instance Method Summary collapse

Instance Method Details

#statsObject

todo/check: make more specific - that is, use team_stats, all_time_stats etc. and use has_one!



15
# File 'lib/footballdb/models/person.rb', line 15

has_many :stats, class_name: 'FootballDb::Model::PlayerStat'