From 5701c5182b7076e7a701dd60e71f8fe58cf8b2cc Mon Sep 17 00:00:00 2001 From: Dmytro Stepaniuk Date: Fri, 8 Dec 2017 14:45:14 +0200 Subject: [PATCH] Add `role_join_table_name` description. Huh No description for it. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3aa3f66e..2a4e8108 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ Mongoid callbacks are also supported and works the same way. The `rolify` method also accepts the `inverse_of` option if you need to disambiguate the relationship. +Also, the `rolify` method accepts the `role_join_table_name` option if you would like to use different join table name rather than default. + ### 3.2 Configure your resource models In the resource models you want to apply roles on, just add ``resourcify`` method.