This thing I always forgot...
作者:gugod 發佈於: ,更新於: #jifty #perlJust 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 }
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 }