RolifyCommunity / rolify

Role management library with resource scoping
https://rolifycommunity.github.io/rolify/
MIT License
3.16k stars 404 forks source link

Dynamic shortcuts are available even if config.use_dynamic_shortcuts is commented out #389

Open serodriguez68 opened 8 years ago

serodriguez68 commented 8 years ago

I have config.use_dynamic_shortcuts commented out in the initializer to disable the use of dynamic shortcuts. However, shortcuts are still available.

I am using rails 4.2.5.1 and rolify 5.0.0.

Any ideas?

lorefnon commented 8 years ago

This should not be happening. Can you check in your Rails console if Rolify.dynamic_shortcuts is true ?