# File lib/action_dispatch/routing/mapper.rb, line 486
        def post(*args, &block)
          map_method(:post, *args, &block)
        end