change feedback category

This commit is contained in:
Albert Yi
2018-09-11 14:36:48 -07:00
parent e0e85a3139
commit e3bbc92b88

View File

@@ -48,7 +48,7 @@ class JanitorTrial < ApplicationRecord
def create_feedback
user.feedback.create(
:category => "negative",
:category => "neutral",
:body => "Lost approval privileges"
)
end