Thursday, July 16, 2026 4:02:53 AM
> user_alias.rb
# frozen_string_literal: true

FactoryBot.define do
  factory :user_alias, class: "ESM::UserAlias" do
    # attribute :user_id, :integer
    # attribute :community_id, :integer
    # attribute :server_id, :integer
    value { Faker::Alphanumeric.alpha(number: 4) }

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