This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
2013-12-24 07:58:13 +00:00
|
|
|
class Admin::ModuleStoreController < OrbitBackendController
|
2012-11-28 18:02:37 +00:00
|
|
|
|
2013-07-02 08:46:44 +00:00
|
|
|
layout "back_end"
|
2012-11-28 18:02:37 +00:00
|
|
|
|
|
|
|
def index
|
|
|
|
end
|
|
|
|
|
|
|
|
def show
|
|
|
|
end
|
|
|
|
|
|
|
|
end
|