Skip to content

Commit

Permalink
fix typo in devise helper method name
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamfall committed Mar 5, 2024
1 parent b27152f commit ae52627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/form/support_letters_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def new

def destroy
# safeguard for the case when not a user tries to delete a letter
return if current_assessor || current_leutenant
return if current_assessor || current_lieutenant

if @support_letter.destroy
remove_support_letter_from_document!
Expand Down

0 comments on commit ae52627

Please sign in to comment.