Skip to content

Commit

Permalink
Remove unused block arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsuroliya committed Aug 25, 2015
1 parent 211f55d commit 65c4076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_dispatch/middleware/cookies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
module ActionDispatch
class Request < Rack::Request
def cookie_jar
get_header('action_dispatch.cookies'.freeze) do |k|
get_header('action_dispatch.cookies'.freeze) do
self.cookie_jar = Cookies::CookieJar.build(self, cookies)
end
end
Expand Down

0 comments on commit 65c4076

Please sign in to comment.