Added some models
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / system-test (push) Has been cancelled

User
Item
Department
Categorie
AssignmentLog
Room
This commit is contained in:
2026-05-21 15:36:23 +02:00
parent 7b02520b6c
commit b7f0c35378
27 changed files with 387 additions and 2 deletions

23
test/fixtures/items.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
name: MyString
serial_number: MyString
sku: MyString
sticker_id: MyString
price: 9.99
notes: MyText
category: one
user: one
room: one
two:
name: MyString
serial_number: MyString
sku: MyString
sticker_id: MyString
price: 9.99
notes: MyText
category: two
user: two
room: two