Mercurial > hg > soundsoftware-site
view app/models/ssamr_user_detail.rb @ 125:ca48d8b6f55d cannam
* Show Public or Private next to my projects; fix ordering of my projects so as to retain hierarchy
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Tue, 18 Jan 2011 17:22:18 +0000 |
parents | 9d42bcda8cea |
children | 9a5a265e77f0 |
line wrap: on
line source
class SsamrUserDetail < ActiveRecord::Base belongs_to :user validates_presence_of :description end