4 lines
79 B
Ruby
4 lines
79 B
Ruby
class Assignment < ApplicationRecord
|
|
belongs_to :user
|
|
belongs_to :task
|
|
end
|