class StaticPagesController < ApplicationController
def home
@title = "Home"
@books_count = Book.count
end
def about
@title = "About"