annotate app/models/ssamr_user_detail.rb @ 68:60c0a4e08e09 luisf

Feature #35: The projects page now is separated in "My Projects" and "Other Projects".
author luisf
date Mon, 06 Dec 2010 17:50:43 +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