Skip to content

Commit

Permalink
Order skills show by person name
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin481 committed May 24, 2024
1 parent d3d8f44 commit 0538624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/skills_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def export
def filter_by_rated(skill)
skill.people_skills.where.not(interest: 0)
.or(skill.people_skills.where.not(level: 0))
.joins(:person).order(:name)
end

def compare_default_set(value)
Expand Down

0 comments on commit 0538624

Please sign in to comment.