method

method_tag

method_tag(method)
private

No documentation available.

# File actionpack/lib/action_view/helpers/url_helper.rb, line 630
        def method_tag(method)
          tag('input', type: 'hidden', name: '_method', value: method.to_s)
        end