Added Sequel ORM for database handling; added navbar
This commit is contained in:
5
src/models/benchmark.rb
Normal file
5
src/models/benchmark.rb
Normal file
@ -0,0 +1,5 @@
|
||||
class Benchmark < Sequel::Model
|
||||
|
||||
one_to_many :results
|
||||
|
||||
end
|
Reference in New Issue
Block a user