stub in preview for bulk revert

This commit is contained in:
Albert Yi
2016-11-01 16:47:46 -07:00
parent 91793fff82
commit 4e48e80e1f
6 changed files with 196 additions and 8 deletions

View File

@@ -8,6 +8,7 @@ Rails.application.routes.draw do
resources :posts, :only => [:index, :show]
end
namespace :moderator do
resource :bulk_revert, :only => [:new, :create]
resource :dashboard, :only => [:show]
resources :ip_addrs, :only => [:index] do
collection do