need to convert this to action text
class Game < ApplicationRecord belongs_to :group has_many :scored_rounds has_many :rounds, dependent: :destroy has_many :players, through: :rounds alias_attribute :stats, :formed end