Flowdock
method

request_parameters=

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: ActionDispatch::Request
request_parameters=(params) public

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_dispatch/http/request.rb, line 405
    def request_parameters=(params)
      raise if params.nil?
      set_header("action_dispatch.request.request_parameters", params)
    end
Register or log in to add new notes.