The module containing all the code for make_resourceful.
For methods available in the make_resourceful block, see Resourceful::Builder.
For helper methods and methods you can override to customize the behavior of your actions, see Resourceful::Default::Accessors and Resourceful::Default::URLs.
| ACTIONS | = | [:index, :show, :edit, :update, :create, :new, :destroy] | The default actions generated by make_resourceful. | |
| MODIFYING_ACTIONS | = | [:update, :create, :destroy] | The actions that modify the database. | |
| PLURAL_ACTIONS | = | [:index] | The actions that act on multiple records. | |
| SINGULAR_ACTIONS | = | ACTIONS - PLURAL_ACTIONS | The actions that act on just one record. |