Orbit/app/controllers/admin/module_store_controller.rb

11 lines
125 B
Ruby
Raw Normal View History

2012-11-28 18:02:37 +00:00
class Admin::ModuleStoreController < ApplicationController
layout "back_end"
2012-11-28 18:02:37 +00:00
def index
end
def show
end
end