Added some models
User Item Department Categorie AssignmentLog Room
This commit is contained in:
5
app/models/assignment_log2.rb
Normal file
5
app/models/assignment_log2.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AssignmentLog2 < ApplicationRecord
|
||||
belongs_to :item
|
||||
belongs_to :user
|
||||
belongs_to :room
|
||||
end
|
||||
Reference in New Issue
Block a user