foodsoft/app/models/assignment.rb

5 lines
79 B
Ruby
Raw Normal View History

class Assignment < ApplicationRecord
2009-01-06 11:49:19 +01:00
belongs_to :user
belongs_to :task
end