[Solved] What is a RESTful style resource?


You can find a list of them here.

The actions specifically are index, new, show, edit, destroy, create, update. The idea is there is a lot of boilerplate in general for these actions (find/authorize) and this aims to simplify that.

solved What is a RESTful style resource?