view app/models/ssamr_user_detail.rb @ 124:bc91f2025d05 cannam

Make the project list into a sortable table with a little more information in it
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 18 Jan 2011 17:02:06 +0000
parents 9d42bcda8cea
children 9a5a265e77f0
line wrap: on
line source
class SsamrUserDetail < ActiveRecord::Base
  belongs_to :user

  validates_presence_of :description
end