diff --git a/app/helpers/tags_helper.rb b/app/helpers/tags_helper.rb index b736dc0782879e6d60dabfcbf86e7583866b0a7a..7cff278796e005a6dd1b2607c4b9d9c43756bdea 100644 --- a/app/helpers/tags_helper.rb +++ b/app/helpers/tags_helper.rb @@ -4,4 +4,4 @@ module TagsHelper .to_a .sort_by { |t| [required_ids.include?(t.id) ? 0 : 1, topic_ids.include?(t.id) ? 0 : 1, t.id] } end -end \ No newline at end of file +end