We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
return distinct users when a user could have more than one roles on a resource
The issues with STI are related to resourcify, not to rolify. Updating docs to show example how to use with resource.
based on PR 181 comments
update syntax
Destroyed _Footer (markdown)
Created _Footer (markdown)
`Devise::Encryptor.digest` is the new way for Devise to generate encrypted password. `Devise.bcrypt` doesn't work anymore.
Find roles for instance https://github.com/RolifyCommunity/rolify/issues/223
Update TOC
Add Engine installation instructions
Add react-rails gem workaround
Fix links
typo
Add :role_join_table_name option usage example for `rolify` stuff
Created Tutorial (pod)
Destroyed Creating Role (markdown)
Destroyed Tutorial44 (markdown)
Updated Tutorial44 (markdown)
2
Created Creating Role (markdown)
Fix code highlight
Fix spacing so code is formatted correctly
Typo fix has -> have
Destroyed Tutorial (markdown)
Created Tutorial (markdown)
Add example of `with_any_role` finders method
documenting has_any_role?