scratchpad rails post from a friend's IM
collection_select(:author_books, :author_id, Author.find(:all), :id, :name)
@book.authors
collection_select(:author_books, :author_id, Author.find(:all), :id, :name)
@book.authors