feat(manager): add expert view
This commit is contained in:
parent
a330118929
commit
ef243e2a06
4 changed files with 64 additions and 3 deletions
|
@ -53,6 +53,8 @@ Rails.application.routes.draw do
|
|||
put 'unblock_email'
|
||||
end
|
||||
|
||||
resources :experts, only: [:index, :show]
|
||||
|
||||
resources :instructeurs, only: [:index, :show, :edit, :update] do
|
||||
post 'reinvite', on: :member
|
||||
delete 'delete', on: :member
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue