Friday, April 11, 2008
This thing I always forgot...
Just a memo. In my Jifty App::Model::User code.. I almost always need this:
sub _brief_description { 'name' }
sub current_user_can { self->current_user->id == self->id }
Subscribe to Posts [Atom]
