Removed unused files
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

This commit is contained in:
2026-05-28 22:51:15 +02:00
parent bdcdcbd681
commit f7ef41459e
3 changed files with 0 additions and 27 deletions

View File

@@ -1,5 +0,0 @@
class AssignmentLog2 < ApplicationRecord
belongs_to :item
belongs_to :user
belongs_to :room
end

View File

@@ -1,15 +0,0 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
item: one
user: one
room: one
assigned_at: 2026-05-21 15:29:43
returned_at: 2026-05-21 15:29:43
two:
item: two
user: two
room: two
assigned_at: 2026-05-21 15:29:43
returned_at: 2026-05-21 15:29:43

View File

@@ -1,7 +0,0 @@
require "test_helper"
class AssignmentLog2Test < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end