solidus_user_roles icon indicating copy to clipboard operation
solidus_user_roles copied to clipboard

Tolerate missing permission set classes

Open fastjames opened this issue 5 years ago • 0 comments

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.

fastjames avatar Oct 04 '19 14:10 fastjames