AlwaysCharging
unread,Nov 11, 2009, 5:03:28 AM11/11/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Authlogic
I wanted to allow my users to have a simple profile page (pic, about
me, and maybe a list of some blog posts). Where would be the best
place to put it? Or, better yet, the recommended place to put it? In
a new model called Profile, which is then linked back to User? Or,
can (should) it go in the User model generated with Authlogic?
I'm sure either way will work; just was wondering the 'best' practice,
or the one that'll cause less fuss.