# config/routes.rb
get("/books/:
", { :controller => "books", :action => "show" })
https://www.myapp.com/books/
Book Details
Wow this book in particular is just SO interesting.
# app/controllers/books_controller.rb