From 02f3081332862e031bf99fa133bb5f79f9e59be0 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Fri, 23 May 2014 10:58:06 -0700 Subject: there is no formatter on the router object, so rm --- actionpack/lib/action_dispatch/journey/router.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_dispatch/journey/router.rb b/actionpack/lib/action_dispatch/journey/router.rb index a681eb830f..2ead6a4eb3 100644 --- a/actionpack/lib/action_dispatch/journey/router.rb +++ b/actionpack/lib/action_dispatch/journey/router.rb @@ -20,7 +20,6 @@ module ActionDispatch # :nodoc: VERSION = '2.0.0' - attr_reader :formatter attr_accessor :routes def initialize(routes) -- cgit v1.2.3