RESTful_ACL has moved from Google Code to GitHub! Why the move? Well, it’s basically due to git being the new black, and more fun than Subversion. I’m in the process of migrating all of my repositories.For anyone who hasn’t tried git yet, please do. It’s super simple yet really powerful. You can even import your existing Subversion repos to git by simply doing
git svn clone user@host:/path/to/repoTry it! It won’t screw your existing SVN repo. Honest.So without further adieu, Here is RESTful_ACL’s new home and for the impatient, you can clone the repo via:
git clone git://github.com/mdarby/restful_acl.git














the params[:controller] should change to controller_name or something. the params[:controller] will get a full path if there are namespace. just like ‘admin/posts’ :-)
klass = params[:controller].classify.constantize
klass = self.controller_name.classify.constantize
Updated in the git repo. Thanks!
You are welcome, i like this plugin. :-)