I actually already tried that Kevin ... in user.rb I have ...
has_many :contacts, :class_name => "Contact", :foreign_key =>
"owner_id", :dependent => :destroy
And in contact.rb I have ...
belongs_to :owner, :class_name => "User", :creator => true
never_show :owner
And yet the creator/owner link shows up everywhere it normally
does ... here is the HTML I get on the page ..
<a class="creator-link owner-link" href="/users/2-my-user"><span
class="view user-name ">My User</span></a>