module ActionDispatch::Routing::Mapper::HttpHelpers

def put(*args, &block)

def put(*args, &block)
  map_method(:put, *args, &block)
end