Customize to_s
method for feedback
This commit is contained in:

committed by
Sebastian Serth

parent
e91b2ede7d
commit
f1ca5da44d
@ -39,6 +39,6 @@ class PairProgrammingExerciseFeedback < ApplicationRecord
|
||||
}, _prefix: true
|
||||
|
||||
def to_s
|
||||
'Pair Programming Exercise Feedback'
|
||||
"Pair Programming Exercise Feedback #{id}"
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user