improved texts of feedback, added ok button

This commit is contained in:
Thomas Hille
2017-04-12 10:13:23 +02:00
parent e4d28452bf
commit 8ca944558c
7 changed files with 46 additions and 29 deletions

View File

@ -5,4 +5,7 @@ class UserExerciseFeedback < ActiveRecord::Base
validates :user_id, uniqueness: { scope: [:exercise_id, :user_type] }
def to_s
"User Exercise Feedback"
end
end