This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
# Result - database model for benchmark results
|
||||
class Result < Sequel::Model
|
||||
|
||||
many_to_one :test
|
||||
|
||||
def formatted_score()
|
||||
return self.score
|
||||
def formatted_score
|
||||
return @score
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user