solidus_user_roles
solidus_user_roles copied to clipboard
Tolerate missing permission set classes
Sometimes a permission set class that's referred to in a role can go away (e.g. in Rails 2.8, the ReportDisplay class was extracted into a gem). In that case, we do not want the application to crash on startup if it can't find the relevant permission class.