admin dashboard

This commit is contained in:
r888888888
2014-09-24 14:03:42 -07:00
parent 5a153221c5
commit 7195c0b5fd
15 changed files with 222 additions and 156 deletions

View File

@@ -2,6 +2,7 @@ Rails.application.routes.draw do
namespace :admin do
resources :users, :only => [:edit, :update]
resource :alias_and_implication_import, :only => [:new, :create]
resource :dashboard, :only => [:show]
end
namespace :mobile do
resources :posts, :only => [:index, :show]