Implemented ability of admins to manually confirm users
This commit is contained in:
parent
6c2dc92b84
commit
c50e8c0466
7 changed files with 90 additions and 16 deletions
|
|
@ -19,6 +19,11 @@ Osem::Application.routes.draw do
|
|||
|
||||
namespace :admin do
|
||||
resources :users
|
||||
resources :users do
|
||||
member do
|
||||
patch :toggle_confirmation
|
||||
end
|
||||
end
|
||||
resources :comments, only: [:index]
|
||||
resources :conference do
|
||||
resource :contact, except: [:index, :new, :create, :show, :destroy]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue