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