Started adding test model/routes/views; removed a bit of the old paradigm with tying results directly to hardware
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Hardware - database model for PC hardware
|
||||
class Hardware < Sequel::Model(:hardware)
|
||||
|
||||
one_to_many :results
|
||||
one_to_many :tests
|
||||
|
||||
def bench_results
|
||||
br = {}
|
||||
|
Reference in New Issue
Block a user