RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: millie
Site: http://www.cakestyle.com
Is there a way to whitelist for any actions within a controller using this method?
In the method you suggested in part 1, we did this:
return true if controller == "pages"
Is there a way to whitelist for any actions within a controller using this method?
In the method you suggested in part 1, we did this: