There's no documentation for this item.
# File action_controller/verification.rb, line 114 def verify_request_xhr_status(options) # :nodoc: request.xhr? != options[:xhr] unless options[:xhr].nil? end
<code/>
<pre/>
<code/>and<pre/>for code samples.