I'm currenty trying to integrate the rails-authorization plugin into a rails application. I've followed through the installation and setup steps but each time I try to use the
permit "role"
or
permit? "role"
functions, I get an error thrown up along the lines of 'const missing, User#RolesUser' which doesn't appear to have any use in the plugin at all (It uses a Role model and a RolesUsers table). Has anyone else come across this issue at all?