FEATURE: Display the reason for many reviewable items

Queued Posts and Users will now display a reason why they are in the
review queue.
This commit is contained in:
Robin Ward
2019-04-11 11:11:35 -04:00
parent 7143572e0c
commit 331a809738
13 changed files with 105 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
class AddReasonToReviewableScores < ActiveRecord::Migration[5.2]
def change
add_column :reviewable_scores, :reason, :string
end
end