show GET new_admin_post_path new GET edit_admin_post_path(:id) edit POST admin_posts_path create PUT admin_post_path(:id) update DELETE admin_post_path(:id) destroy
post_path(:id) show GET new_posts_path new GET edit_posts_path(:id) edit POST posts_path create PUT post_path(:id) update DELETE post_path(:id) destroy
GET /posts/:post_id/comments/:id show GET /posts/:post_id/comments/new new GET /posts/:post_id/comments/:id/edit edit POST /posts/:post_id/comments create PUT /posts/:post_id/comments/:id update DELETE /posts/:post_id/comments/:id destroy
GET post_comment_path(:post_id, :id) show GET new_post_comment_path(:post_id) new GET edit_post_comment_path(:post_id) edit POST post_comments_path(:post_id) create PUT post_comment_path(:post_id, :id) update DELETE post_comment_path(:post_id, :id) destroy