rolify
https://github.com/rolifycommunity/rolify
Ruby
Role management library with resource scoping
Rolify#role_join_table_name
Returns the value of attribute role_join_table_name
Edit
git clone [email protected]:rolifycommunity/rolify.git
cd rolify
open lib/rolify.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Rolify-role_join_table_name-for-pr
# Commit to gitgit add lib/rolify.rbgit commit -m "better docs for Rolify#role_join_table_name"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Rolify-role_join_table_name-for-pr
hub pull-request
# Celebrate!