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:
parent
bc68b29336
commit
cb890343ff
21 changed files with 241 additions and 22 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue