SignIn

Showing Articles

slim is not going to work

December 08, 2025 16:04

This is a h1 title

need to convert this to action text

  • one
  • two
this is the end
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