orbit-basic/app/controllers/admin/module_store_controller.rb

11 lines
125 B
Ruby

class Admin::ModuleStoreController < ApplicationController
layout "back_end"
def index
end
def show
end
end