Dashboard for management

This commit is contained in:
kikito
2015-10-01 14:17:11 +02:00
parent 78d6f5e53a
commit 988304e3df
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
class Management::DashboardController < Management::BaseController
def index
end
end

View File

@@ -164,6 +164,7 @@ Rails.application.routes.draw do
end
namespace :management do
root to: "dashboard#index"
resources :on_site_verifications, only: [:index, :new, :create] do
collection do