discourse/app/serializers/basic_group_serializer.rb
Sam 5280b3a01b more group progress, UI getting there, controller mostly done
changed it so notify moderators goes to the moderators group
allow admins to grant self moderation and revoke self moderation
2013-05-09 17:37:34 +10:00

4 lines
104 B
Ruby

class BasicGroupSerializer < ApplicationSerializer
attributes :id, :automatic, :name, :user_count
end