view app/models/ssamr_user_detail.rb @ 141:ab75f33dcc6f luisf

Issue #31: issue submitters and assignees are added to the watchers list. incomplete: there is no option to select/unselect the assignee.
author luisf
date Thu, 20 Jan 2011 13:08:43 +0000
parents 9d42bcda8cea
children 9a5a265e77f0
line wrap: on
line source
class SsamrUserDetail < ActiveRecord::Base
  belongs_to :user

  validates_presence_of :description
end