Wednesday, July 15, 2026 12:53:16 AM
> user_default.rb
# frozen_string_literal: true

class UserDefault < ApplicationRecord
  attribute :user_id, :integer
  attribute :community_id, :integer
  attribute :server_id, :integer

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