Bracket::Schema::Result::Game - Bracket::Schema::Result::Game documentation


Bracket documentation  | view source Contained in the Bracket distribution.

Index


NAME

Top

Bracket::Schema::Result::Game

ACCESSORS

Top

id

  data_type: INT
  default_value: undef
  is_nullable: 0
  size: 11

winner

  data_type: INT
  default_value: undef
  is_foreign_key: 1
  is_nullable: 1
  size: 11

round

  data_type: TINYINT
  default_value: 1
  is_nullable: 0
  size: 4

lower_seed

  data_type: TINYINT
  default_value: 0
  is_nullable: 0
  size: 1

RELATIONS

Top

winner

Type: belongs_to

Related object: Bracket::Schema::Result::Team

picks

Type: has_many

Related object: Bracket::Schema::Result::Pick


Bracket documentation  | view source Contained in the Bracket distribution.