We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
return distinct users when a user could have more than one roles on a resource
based on PR 181 comments
update syntax
Find roles for instance https://github.com/RolifyCommunity/rolify/issues/223
Fix code highlight
Fix spacing so code is formatted correctly
Typo fix has -> have
Add example of `with_any_role` finders method
documenting has_any_role?
Updated Usage (markdown)
added finders methods doc
link to dynamic shortcuts configuration
updating remove_role which is not compatible with all DBs (i think)
Fixed English grammar and a few other typos
fix md number list with code
fix md multiline ruby
fixed previous link
text and paragraph formatting
symbols as arguments instead of strings
using ruby syntax highlighting for code blocs
add_role and remove_role instead of has_role and has_no_role and use symbol instead of strings for role names
added resource role querying
added dynamic_shorcuts configuration steps for rolify 3.0
removed a dot
added grant/revoke examples
added grant/revoke aliases doc
added :any usage
dynamic shortcuts in now off by default