Skip to content

Commit

Permalink
removed unnecesary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdip committed Mar 20, 2024
1 parent 2ae3222 commit 4de492e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def filter_form

def assessor_filter_options
ApplicationForm
# .active
.joins(:assessor)
.pluck(Arel.sql("DISTINCT ON(assessor_id) assessor_id"), "staff.name")
.sort_by { |_id, name| name }
Expand Down

0 comments on commit 4de492e

Please sign in to comment.