Skip to content

Commit

Permalink
fix admin verdict not being shown for assessors
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamfall committed Nov 24, 2023
1 parent 4144fbf commit 08a3246
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/assessor/form_answers_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def index

def show
authorize resource, :show?
@admin_verdict = resource.admin_verdict

respond_to do |format|
format.html
Expand Down

0 comments on commit 08a3246

Please sign in to comment.