We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for an awesome gem!
I have found that when I change permissions changes are not applied in development environment. So I have to reload application (with spring / pow).
As far as I understand what should be done is following:
add to railtie
config.to_prepare do ActionAccess::Keeper.instance.reload end
and add reload (or init or ...) to Keeper class.
reload
Do you want me to create PR with this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for an awesome gem!
I have found that when I change permissions changes are not applied in development environment. So I have to reload application (with spring / pow).
As far as I understand what should be done is following:
add to railtie
and add
reload
(or init or ...) to Keeper class.Do you want me to create PR with this?
The text was updated successfully, but these errors were encountered: