I created a scaffold called a book and wanted to create a method for counting how many book entries exist in my database and use that result in the controller of another scaffold called a bulletin board where it will show the total number of books, the total loans and loans to be won
Note: Learning Rails and getting a little syntax.