summaryrefslogtreecommitdiff
path: root/app/models/game_attribute.rb
blob: c12723b8bce82070ed4aba90cf93af8509c86ff6 (plain)
1
2
3
class GameAttribute < ActiveRecord::Base
  belongs_to :game
end