aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2013-01-25 11:48:22 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2013-01-30 10:24:58 -0800
commitbb21d6ed7adc899435f32e297115fe98381e71d4 (patch)
tree85db6954c79e278ad35ef478f9df656b6b24c690
parent0cabcf924aac0f3dcda046659223672316047cc2 (diff)
downloadrails-bb21d6ed7adc899435f32e297115fe98381e71d4.tar.gz
rails-bb21d6ed7adc899435f32e297115fe98381e71d4.tar.bz2
rails-bb21d6ed7adc899435f32e297115fe98381e71d4.zip
remove dead code
-rw-r--r--actionpack/lib/action_dispatch/routing/route_set.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/actionpack/lib/action_dispatch/routing/route_set.rb b/actionpack/lib/action_dispatch/routing/route_set.rb
index c6e25dfbcc..e9d34314d3 100644
--- a/actionpack/lib/action_dispatch/routing/route_set.rb
+++ b/actionpack/lib/action_dispatch/routing/route_set.rb
@@ -100,10 +100,7 @@ module ActionDispatch
def initialize
@routes = {}
@helpers = []
- @module = Module.new do
- protected
-
- end
+ @module = Module.new
end
def helper_names