Wednesday, July 15, 2026 4:59:22 AM
> community.rb
# frozen_string_literal: true

# Test-only attr_accessors used by the V1 (websocket) factory layer to attach
# channel/role lists pulled from the underlying Discordrb::Server. Real fields
# on the Community AR model are unaffected.
module ESM
  class Community < ApplicationRecord
    attr_accessor :role_ids, :channel_ids, :everyone_role_id
  end
end
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 43aa0d7