Skip to content

Commit

Permalink
do not display user data
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiomagalhaes committed Feb 13, 2024
1 parent e9893c3 commit 0279754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/_user.json.jbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ json.profession user.profession, partial: 'professions/profession', as: :profess
json.permissions user.permissions, partial: 'permissions/permission', as: :permission

# Render the salaries partial for each salary
json.salaries user.salaries, partial: 'salaries/salary', as: :salary
# json.salaries user.salaries, partial: 'salaries/salary', as: :salary

# Render the user_service_identifiers partial for each identifier
json.user_service_identifiers user.user_service_identifiers,
Expand Down

0 comments on commit 0279754

Please sign in to comment.