Skip to content

Commit 7685a73

Browse files
committed
AO3-5512 Reviewdog
1 parent a39d179 commit 7685a73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/controllers/unsorted_tags_controller.rb

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def mass_update
2020
tags.each do |tag|
2121
new_type = params[:tags][tag.id.to_s]
2222
raise "#{new_type} is not a valid tag type" unless Tag::USER_DEFINED.include?(new_type)
23+
2324
tag.update_attribute(:type, new_type)
2425
end
2526
flash[:notice] = ts("Tags were successfully sorted.")

0 commit comments

Comments
 (0)