Mercurial > hg > soundsoftware-site
view app/models/ssamr_user_detail.rb @ 170:6d10c3b6fe17 live
Put more sensible content into the description and keywords meta-tags
author | Chris Cannam |
---|---|
date | Wed, 02 Feb 2011 11:44:48 +0000 |
parents | 9d42bcda8cea |
children | 9a5a265e77f0 |
line wrap: on
line source
class SsamrUserDetail < ActiveRecord::Base belongs_to :user validates_presence_of :description end