mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-05-29 21:46:39 +09:00
df76a227dc
First open source release of Campfire 🎉
4 lines
128 B
Ruby
4 lines
128 B
Ruby
# Rooms where only a subset of all users on the account have been explicited granted membership.
|
|
class Rooms::Closed < Room
|
|
end
|