forked from saurabh/orbit4-5
9 lines
98 B
Ruby
9 lines
98 B
Ruby
|
class Admin::GroupsController < OrbitMemberController
|
||
|
|
||
|
def index
|
||
|
end
|
||
|
|
||
|
def categories
|
||
|
end
|
||
|
|
||
|
end
|