| Category | Naming Conventions - Abstraction - components |
| Code Examples | If more than one controller needed to use the same actions, then you could create a component. The controllers could essentially run an include of the component and run the actions as if they were individually contained in the controller. |
| Test Code | |
| Links | |
| Remarks | |
| Cancel |