ACTS_AS_AUTHENTICATED in Views

Questions like this are useless without the details. Which methods? How are you trying to access them?

Hi,

AuthenticatedSystem mixed in controller methods is protected,
however, you may use the following ugly hack to work around that:

eg. @controller.send(:current_user)

- Lourens