Files
discourse/app/controllers/groups_controller.rb
2014-02-07 10:44:50 -05:00

7 lines
70 B
Ruby

class GroupsController < ApplicationController
def show
end
end