forked from saurabh/orbit4-5
7 lines
122 B
Ruby
7 lines
122 B
Ruby
|
class Admin::ModuleStoreController < OrbitAdminController
|
||
|
layout "structure"
|
||
|
|
||
|
def index
|
||
|
@extensions = []
|
||
|
end
|
||
|
end
|