There's no documentation for this item.
# File action_controller/verification.rb, line 110 def verify_method(options) # :nodoc: [*options[:method]].all? { |v| request.method != v.to_sym } if options[:method] end
<code/>
<pre/>
<code/>and<pre/>for code samples.