Hi. Dunno if this is this post related, but what's the best way to implement the 'subject' strategy that you pointed out? I have a situation where i have a permission 'can_admin' which allows to edit a part of the site, but I want another limitation on it, like 'can_admin and user == page.owner'
Can it be done with current identity? Eli

