提交 54437f30 编写于 作者: N Neeraj Singh

fixing typo

上级 835fd07b
......@@ -597,7 +597,7 @@ resources :photos, :as => "images"
will recognize incoming URLs beginning with +/photos+ and route the requests to +PhotosController+:
|_.HTTP verb|_.URL |_.action |_.named helper |
|GET |/photos |index | images_path_ |
|GET |/photos |index | images_path |
|GET |/photos/new |new | new_image_path |
|POST |/photos |create | images_path |
|GET |/photos/1 |show | image_path |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册