class ActionDispatch::Request

Public Instance Methods

patch?() click to toggle source
# File lib/controller_engine.rb, line 20
def patch?
  HTTP_METHOD_LOOKUP[request_method] == :patch
end