instance method unsafe_method?

Ruby on Rails edge

Since edge

Signature

unsafe_method?()

True if the request method may modify resources. Inverse of #safe_method?.

Source
# File actionpack/lib/action_dispatch/http/request.rb, line 488
    def unsafe_method?
      !safe_method?
    end

Defined in actionpack/lib/action_dispatch/http/request.rb line 488 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionDispatch::Request

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close