Method: Deas::Router#patch

Defined in:
lib/deas/router.rb

#patch(path, *args) ⇒ Object



86
# File 'lib/deas/router.rb', line 86

def patch(path, *args);  self.route(:patch,  path, *args); end