Skip to content

Commit

Permalink
add picture to permitted attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomTannenbaum committed Feb 23, 2024
1 parent 89f79d8 commit 268b236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/people_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class PeopleController < CrudController

self.permitted_attrs = %i[birthdate location
marital_status updated_by name nationality nationality2 title
competence_notes company_id email department_id shortname]
competence_notes company_id email department_id shortname picture]

def show
if format_odt?
Expand Down

0 comments on commit 268b236

Please sign in to comment.