This controller will have actions for checking in a book, checking out a book, and checking what books a user has checked out. If we want to add additional information, such as names, e-mail addresses, and library card numbers to user accounts (which I imagine we will eventually), we will probably want to handle that using this controller as well, but that can go in a later issue. For Agatha Christie (#9), I think all this needs to be able to handle is check in/check out.
This controller will have actions for checking in a book, checking out a book, and checking what books a user has checked out. If we want to add additional information, such as names, e-mail addresses, and library card numbers to user accounts (which I imagine we will eventually), we will probably want to handle that using this controller as well, but that can go in a later issue. For Agatha Christie (#9), I think all this needs to be able to handle is check in/check out.