foodsoft/app/models/assignment.rb
benni 0dff5ea784 Fixed some bugs in tasks, apple feature:
* Update ordergroup stats when task is destroyed.
* Removed assigned caching attribute in task object.
* A lot of eager loading for tasks controller.
2012-12-16 19:07:45 +01:00

7 lines
85 B
Ruby

class Assignment < ActiveRecord::Base
belongs_to :user
belongs_to :task
end