I code $this->Auth->allowedActions = array('index')
I use plugin poll, rating in action index .
When I enter action index, Auth dont allow because action of plugin poll,rating dont permit.
How to allow action of plugins poll,rating,...to public in controller (I dont want allow in controller of plugin ).