Change the application so that clicking a book’s image will also invokethe yet to be written add_to_cart action请问怎么用link_to实现?
在xxx.html.erb之下<%= link_to image_tag(Your_image_file_path), Your_add_to_cart_action -%>