Mercurial > hg > soundsoftware-site
view app/models/ssamr_user_detail.rb @ 134:c7d72c765cc6 cannam-pre-20110113-merge
Make repo-to-be-created text a label string, and make it a bit more helpful
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 19 Jan 2011 12:41:34 +0000 |
parents | 9d42bcda8cea |
children | 9a5a265e77f0 |
line wrap: on
line source
class SsamrUserDetail < ActiveRecord::Base belongs_to :user validates_presence_of :description end