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
|
2014-01-06 06:47:44 +00:00
|
|
|
|
2012-11-28 18:02:37 +00:00
|
|
|
def index
|
|
|
|
end
|
|
|
|
|
|
|
|
def show
|
|
|
|
end
|
|
|
|
|
|
|
|
end
|