remove dup method

This commit is contained in:
Josh Hull 2012-04-11 11:37:10 -07:00
parent 2e5e206f39
commit 5c112641f6
1 changed files with 0 additions and 5 deletions

View File

@ -129,11 +129,6 @@ class HttpRouter
# Returns the route object.
def patch(path, opts = {}, &app); add_with_request_method(path, :patch, opts, &app); end
# Adds a path that only responds to the request method +OPTIONS+.
#
# Returns the route object.
def patch(path, opts = {}, &app); add_with_request_method(path, :patch, opts, &app); end
# Adds a path that only responds to the request method +OPTIONS+.
#
# Returns the route object.