I'm implementing cancan into my Rails 4 app. The documentation states "load_and_authorize_resource method is provided to automatically authorize all actions in a RESTful style resource controller."
https://github.com/ryanb/cancan
What is a RESTful style?
Thank you.