Class Game
In: app/models/game.rb
Parent: Object

Methods

Public Class methods

Specifies the length of each round

[Source]

   # File app/models/game.rb, line 4
4:   def self.round_length
5:     60*10
6:   end

[Validate]