Another question on object roles occurs... I need objects to grant
roles to users but do not want to use the schema suggested by the
plugin; my objects grant roles to single users with foreign keys (e.g.
shipper_id). I of course need to manually implement has_role? on the
objects in question, my question is if I should set
AUTHORIZATION_MIXIN to hardwired or object roles?
Thanks.
- donald
For what it's worth, overriding has_permission? in my application
controller to tack this onto the authorization expressions does the
trick nicely.
- donald