mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-09-18 14:32:03 +09:00
Allow for default values
This commit is contained in:
@@ -2,5 +2,5 @@ class Account < ApplicationRecord
|
||||
include Joinable
|
||||
|
||||
has_one_attached :logo
|
||||
has_settings restrict_room_creation_to_administrators: :boolean, max_invites: 10, name: "hero"
|
||||
has_settings restrict_room_creation_to_administrators: false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user