I'm using devise v.2.2.4 on my Rails 3.2.17 and I need some features related with security policies.
The admin user will change the security policies at any time like show next image:
but I don't know how make it with devise, because devise read configuration of initializers/devise.rb and on production all initializer are loading the first time only.