edit()
GET /posts/1/edit
# File railties/guides/code/getting_started/app/controllers/posts_controller.rb, line 37 def edit @post = Post.find(params[:id]) end