Flowdock
method

method_not_get_method?

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: ActionView::Helpers::UrlHelper
method_not_get_method?(method) private

No documentation

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

Hide source
# File actionview/lib/action_view/helpers/url_helper.rb, line 615
        def method_not_get_method?(method)
          return false unless method
          (STRINGIFIED_COMMON_METHODS[method] || method.to_s.downcase) != "get"
        end
Register or log in to add new notes.