Deb,<br><br>I have changed the authorization to use a configurable mixin like we discussed. <br><br>The changes are in the trunk.<br><br>See what you think and feel free to augment the documentation accordingly. I included a sample mixin in the examples/rails_admin_auth directory and the corresponding config to use it. Note that module name needs to be at root level since we can't easily do nested (namespaced modules), I am using const_get to turn string into constant for include.
<br><br>Jeff