Skip to content

Commit ddb6717

Browse files
committed
Fix duplicate items in action controller renderer docs
1 parent c78af80 commit ddb6717

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

actionpack/lib/action_controller/renderer.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ def with_defaults(defaults)
9696
# * `:script_name` - The portion of the incoming request's URL path that
9797
# corresponds to the application. Converts to Rack's `SCRIPT_NAME`.
9898
# * `:input` - The input stream. Converts to Rack's `rack.input`.
99-
#
10099
# * `defaults` - Default values for the Rack env. Entries are specified in the
101100
# same format as `env`. `env` will be merged on top of these values.
102101
# `defaults` will be retained when calling #new on a renderer instance.

0 commit comments

Comments
 (0)