Jeff Savin
Results
2
comments of
Jeff Savin
To expand a little on the above, I noticed doing a user.role_list builds this SQL query: ``` ruby SELECT `royce_role`.`name` FROM `royce_role` INNER JOIN `royce_connector` ON `royce_role`.`id` = `royce_connector`.`role_id` WHERE...
I've forked this and made changes, which seems to work. I'll submit a pull request if you're interested. Thanks.