Wednesday, July 15, 2026 12:54:22 AM
> user_steam_uid_history.rb
# frozen_string_literal: true

class UserSteamUidHistory < ApplicationRecord
  attribute :previous_steam_uid, :string
  attribute :new_steam_uid, :string
  attribute :created_at, :datetime
  attribute :updated_at, :datetime

  belongs_to :user, optional: true
end
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 43aa0d7