From 2a4811b9919221160aee908e7d3db39218b67190 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Sun, 10 Mar 2013 10:43:03 +0100 Subject: [PATCH] update list of http methods --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ea34b72..ce5553c3 100644 --- a/README.md +++ b/README.md @@ -2654,8 +2654,8 @@ end You have the request scope binding inside: -* get/head/post/put/delete/options blocks -* before/after filters +* get, head, post, put, delete, options, patch, link, and unlink blocks +* before and after filters * helper methods * templates/views