6 ActiveRbac Helpers
6.1 current user
When you mark a controller with acts_as_current_user_container then you can access the current user object using current_user in your views.
When you mark a controller with acts_as_current_user_container then you can access the current user object using current_user in your views.