annotate app/models/ssamr_user_detail.rb @ 80:0a679b5bd3b3 luisf

Feature #53: Added the description to the admin's email. May need future fixes in terms of format (HTML and Plain text mail versions).
author luisf
date Wed, 15 Dec 2010 16:13:57 +0000
parents 9d42bcda8cea
children 9a5a265e77f0
rev   line source
luisf@56 1 class SsamrUserDetail < ActiveRecord::Base
luisf@60 2 belongs_to :user
luisf@64 3
luisf@64 4 validates_presence_of :description
luisf@56 5 end