2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
discourse/app/controllers/groups_controller.rb

10 lines
91 B
Ruby
Raw Normal View History

class GroupsController < ApplicationController
def show
end
2014-02-06 13:06:19 -05:00
def members
end
end