Blocked Emails list in admin

This commit is contained in:
Neil Lalonde
2013-08-01 21:30:13 -04:00
parent c091b44028
commit d2fb6ec53f
14 changed files with 194 additions and 0 deletions

View File

@@ -62,6 +62,10 @@ Discourse::Application.routes.draw do
end
end
scope '/logs' do
resources :blocked_emails, only: [:index, :create, :update, :destroy]
end
get 'customize' => 'site_customizations#index', constraints: AdminConstraint.new
get 'flags' => 'flags#index'
get 'flags/:filter' => 'flags#index'