feat(targeted_user_link): add targeted user link to wrap expert invitation in order to avoid access issue when the expert is connected with another account

feat(user.merge): ensure to merge user.targeted_user_link

Update app/models/targeted_user_link.rb

Co-authored-by: LeSim <mail@simon.lehericey.net>

Update app/models/targeted_user_link.rb

Co-authored-by: LeSim <mail@simon.lehericey.net>

Update app/models/targeted_user_link.rb

Co-authored-by: LeSim <mail@simon.lehericey.net>

feat(db/create_targeted_user_links): ensure not null with fk
This commit is contained in:
Martin 2022-05-23 15:09:22 +02:00 committed by mfo
parent bc68b29336
commit cb890343ff
21 changed files with 241 additions and 22 deletions

View file

@ -113,6 +113,8 @@ Rails.application.routes.draw do
get 'password_complexity' => 'password_complexity#show', as: 'show_password_complexity'
resources :targeted_user_links, only: [:show]
#
# Main routes
#