dedicated screen for inspecting user emails

This commit is contained in:
clemkeirua 2020-10-07 10:07:38 +02:00
parent d7fff61d5d
commit f298d2c2ba
5 changed files with 137 additions and 3 deletions

View file

@ -32,6 +32,7 @@ Rails.application.routes.draw do
post 'resend_confirmation_instructions', on: :member
put 'enable_feature', on: :member
get 'emails', on: :member
put 'unblock_email'
end
resources :instructeurs, only: [:index, :show] do