Route DELETE
34 35 36
# File 'lib/kenji/controller.rb', line 34 def self.delete(path, &block) route(:delete, path, &block) end