Dashboard for management

This commit is contained in:
kikito
2015-10-01 14:17:11 +02:00
parent 94e747d4e1
commit 259ee49466
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"
end