Jeff Savin

Results 1 issues of Jeff Savin

If I have a subclass of User, say Admin, with royce_roles [:add, :edit, :delete, :crud], the following gives me empty collections: ``` rails @admin = Admin.first @admin.add_role :crud Admin.cruds #...