mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 13:51:18 +08:00
DEV: Apply syntax_tree formatting to app/*
This commit is contained in:
@ -5,6 +5,6 @@ class AssociatedGroupsController < ApplicationController
|
||||
|
||||
def index
|
||||
guardian.ensure_can_associate_groups!
|
||||
render_serialized(AssociatedGroup.all, AssociatedGroupSerializer, root: 'associated_groups')
|
||||
render_serialized(AssociatedGroup.all, AssociatedGroupSerializer, root: "associated_groups")
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user