From 97a52283f89ae45f967f665e8fc8fd991abb967f Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Tue, 27 May 2014 13:54:59 -0700 Subject: dispatcher doesn't need `call` anymore --- actionpack/lib/action_dispatch/routing/route_set.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_dispatch/routing/route_set.rb b/actionpack/lib/action_dispatch/routing/route_set.rb index 942a32087c..64a9d1cecd 100644 --- a/actionpack/lib/action_dispatch/routing/route_set.rb +++ b/actionpack/lib/action_dispatch/routing/route_set.rb @@ -29,10 +29,6 @@ module ActionDispatch def dispatcher?; true; end - def call(env) - serve Request.new env - end - def serve(req) params = req.path_parameters -- cgit v1.2.3