change feedback category
This commit is contained in:
@@ -48,7 +48,7 @@ class JanitorTrial < ApplicationRecord
|
|||||||
|
|
||||||
def create_feedback
|
def create_feedback
|
||||||
user.feedback.create(
|
user.feedback.create(
|
||||||
:category => "negative",
|
:category => "neutral",
|
||||||
:body => "Lost approval privileges"
|
:body => "Lost approval privileges"
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user