model associations

In comment.rb

belongs_to :commenter, :foreign_key => 'commenter_id', :class_name => 'User'

That should do it.

Wild Al wrote: