11 lines
126 B
Ruby
11 lines
126 B
Ruby
|
class Admin::ModuleStoreController < ApplicationController
|
||
|
|
||
|
layout "new_admin"
|
||
|
|
||
|
def index
|
||
|
end
|
||
|
|
||
|
def show
|
||
|
end
|
||
|
|
||
|
end
|