Skip to content

Commit

Permalink
Add "Unkind" option (lobsters#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
monokrome authored and pushcx committed Sep 26, 2019
1 parent b5a583e commit 9d9c79d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/vote.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Vote < ApplicationRecord
"M" => "Me-too",
"T" => "Troll",
"S" => "Spam",
"U" => "Unkind",
"" => "Cancel",
}.freeze

Expand Down

0 comments on commit 9d9c79d

Please sign in to comment.