Concept | Description |
---|---|
Controller (action) | Handles logic of the application |
Models | represent the data and the rules to manipulate that data |
Views | determine what the user sees and interacts with |
Routes | are URL patterns associated with different pages. The map to controller actions. |