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