Flowdock
method

verify_method

Importance_0
v2.2.1 - Show latest stable - 0 notes - Class: ActionController::Verification
verify_method(options) 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_controller/verification.rb, line 110
    def verify_method(options) # :nodoc:
      [*options[:method]].all? { |v| request.method != v.to_sym } if options[:method]
    end
Register or log in to add new notes.