You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which in my understanding will never resolve proper table name if we will set in ActiveRecord table_name_prefix.
Is that correct or I am missing something?
Please advise me how to set proper table_name_prefix for all tables used by rolify.
Thanks a lot
The text was updated successfully, but these errors were encountered:
zaru
linked a pull request
Jan 18, 2017
that will
close
this issue
Hi,
Is there any way to tell rolify to set prefix name for join table
users_roles
to have something likeprefix_users_roles
?As I can see in the source code you are using tableize on the role_cname:
https://github.com/RolifyCommunity/rolify/blob/master/lib/rolify.rb#L20
which in my understanding will never resolve proper table name if we will set in ActiveRecord
table_name_prefix
.Is that correct or I am missing something?
Please advise me how to set proper table_name_prefix for all tables used by rolify.
Thanks a lot
The text was updated successfully, but these errors were encountered: