Fixed a couple of things missing from result displays
This commit is contained in:
@ -3,4 +3,8 @@ class Result < Sequel::Model
|
||||
many_to_one :hardware
|
||||
many_to_one :benchmark
|
||||
|
||||
def formatted_score()
|
||||
return self.score
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user