what's happening for permissions, the method you define is not directly called for permission checks. It calls a built in method, passing a user. That method sets acting_user and then calls the permission method you defined. http://cookbook.hobocentral.net/manual/permissions#direct_permission_tests
In a view (and controller), you have easy access to the user. Just use current_user. The only time it's complicated is in the model. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
