5 lines
76 B
Ruby

class Admin::GroupsController < Admin::AdminController
def show
end
end