luisf@56: class SsamrUserDetail < ActiveRecord::Base luisf@60: belongs_to :user luisf@64: luisf@64: validates_presence_of :description luisf@56: end