Week 7 Outline
- Review Assignment 3
- Nested parameters
- Simple forms do not have nested parameters: params[:search_phrase] refers to the value of the form's 'search_phrase'
- Model-based forms produce nested parameters: params[:movie][:title] refers to the submitted title in the form based on the Movie object
- Helper methods for authorization
- Authorization examples
Resulting cinema code with simple admin authorization
- Lab in room 658 (second half of class)
- Set up user model with authentication
- Add filters for authorization