summaryrefslogtreecommitdiff
path: root/app/models/game.rb
blob: b3b6977699af04d4a837556cb9832be546e6ed00 (plain)
1
2
3
class Game < ActiveRecord::Base
  has_many :game_attributes
end