Flowdock
method

method_tag

Importance_0
method_tag(method) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.