Skip to content

Commit

Permalink
rm dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed May 27, 2014
1 parent 2ffa126 commit cd03778
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions actionpack/lib/action_dispatch/http/parameters.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ module Http
module Parameters module Parameters
PARAMETERS_KEY = 'action_dispatch.request.path_parameters' PARAMETERS_KEY = 'action_dispatch.request.path_parameters'


def initialize(env)
super
@symbolized_path_params = nil
end

# Returns both GET and POST \parameters in a single hash. # Returns both GET and POST \parameters in a single hash.
def parameters def parameters
@env["action_dispatch.request.parameters"] ||= begin @env["action_dispatch.request.parameters"] ||= begin
Expand Down

1 comment on commit cd03778

@jeremy
Copy link
Member

@jeremy jeremy commented on cd03778 May 27, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's the color of the ❤️

Please sign in to comment.