Subclasses and plugins may override this method to extract further attributes from the request, for use by route conditions and such.
Source Code
# File action_controller/routing/route_set.rb, line 432 def extract_request_environment(request) { :method => request.method } end
<code/>and<pre/>for code samples.