Here are the slides from the lightening talk I gave last night at the Columbus Ruby Brigade meeting:
restful_acl.pdf
RESTful_ACL talk slides 2
Posted by Matt
on August 19, 2008
Trackbacks
Use this link to trackback from your own site.














Hello Matt,
Can RESTful_ACL be used with a custom authentication system or does it require restful_authentication plugin?
Thanks.
Bharat
It should work so long as you define “current_user”, and that it is available across the whole MVC stack.