Skip to content

Commit

Permalink
Allow getting skills for normal user
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin481 committed Jul 6, 2023
1 parent de4c93e commit f054a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/skills_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class SkillsController < CrudController
include ExportController
include KeycloakTools

before_action :authorize_admin, except: %i[index create unrated_by_person]
before_action :authorize_admin, except: %i[index show create unrated_by_person]

self.permitted_attrs = %i[title radar portfolio default_set category_id]

Expand Down

0 comments on commit f054a4c

Please sign in to comment.