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