We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78af80 commit ddb6717Copy full SHA for ddb6717
actionpack/lib/action_controller/renderer.rb
@@ -96,7 +96,6 @@ def with_defaults(defaults)
96
# * `:script_name` - The portion of the incoming request's URL path that
97
# corresponds to the application. Converts to Rack's `SCRIPT_NAME`.
98
# * `:input` - The input stream. Converts to Rack's `rack.input`.
99
- #
100
# * `defaults` - Default values for the Rack env. Entries are specified in the
101
# same format as `env`. `env` will be merged on top of these values.
102
# `defaults` will be retained when calling #new on a renderer instance.
0 commit comments