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