roleable
roleable copied to clipboard
User roles for active-record-backed Rails 3 applications.
Results
2
roleable issues
Sort by
recently updated
recently updated
newest added
I recommend to raise Exception if Role that is not existing is being added to Subject. My hairs just went gray from debugging. (Everything worked just fine, but not in...
Roleable.subject.remove_role bypasses the rails callbacks by using delete_all instead of destroy_all. This is causing a problem with our model lifecycle auditing callbacks, as the removal of a role does not...