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.
orbit-4-1/app/controllers/admin/module_store_controller.rb

11 lines
126 B
Ruby
Raw Normal View History

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