Skip to content

Commit

Permalink
fix: leftover ServiceCheck and SpecialCheck reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mromulus committed Nov 7, 2023
1 parent 56dff7b commit 31a8312
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ def link_for_model(model)
[model]
when OperatingSystem
[model]
when ServiceCheck, SpecialCheck
[model.service.exercise, model.service]
when Check, ServiceSubject
[model.exercise, model.service]
else
Expand Down

0 comments on commit 31a8312

Please sign in to comment.