Movie Tracker

Challenges

Part One - Forms

  1. Add a checkbox option to the form to create a new movie so that a user can associate the movie with different categories.
  2. Add a text field so that the user can create a new category.

Part Two - Queries

  1. Define a class method for the Movie class that returns a collection of all of the movies released during the 1980s. Movie.eighties #=> [# Eighties movies here]