foodsoft/app/models/assignment.rb
2021-03-02 09:12:19 +01:00

4 lines
79 B
Ruby

class Assignment < ApplicationRecord
belongs_to :user
belongs_to :task
end