mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
work in progress add support for groups
This commit is contained in:
5
app/models/group.rb
Normal file
5
app/models/group.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class Group < ActiveRecord::Base
|
||||
def self.builtin
|
||||
Enum.new(:moderators, :admins, :trust_level_1, :trust_level_2)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user