Displaying 1 result from an estimated 1 matches for "author_permissions".
Did you mean:
author_permission
2006 Jun 07
0
Adding ''author'' functionality to UserEngine / RBAC roles
...it'' on an object, I get redirected and get my
notification which says that I''m not an author, hence I can''t edit.
However, destroy, which does not render anything seems to pass right
through. So it seems like the action is performed right after
:authorize_action and :author_permissions is not checked. Is there
something I''m missing in the the filter chaining rules?
-- Another thought that crossed my mind would be to add an ''Author'' role
in UserEngine, but then I''m not clear how to check the permissions.
Would I have to create a ''pe...