mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-04-20 03:01:51 +09:00
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
|