diff options
author | Franck Verrot <franck@verrot.fr> | 2011-07-28 18:45:43 +0300 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-13 16:22:23 -0700 |
commit | 018b1315b561d9c2e6c95151f8145f21cac6eb91 (patch) | |
tree | f0080732c887d9ab70ac0753f3aa8ebdf8dfe6ec /actionpack/lib/action_dispatch/routing/mapper.rb | |
parent | a53ef972066503e601e023748949b6668fce51e3 (diff) | |
download | rails-018b1315b561d9c2e6c95151f8145f21cac6eb91.tar.gz rails-018b1315b561d9c2e6c95151f8145f21cac6eb91.tar.bz2 rails-018b1315b561d9c2e6c95151f8145f21cac6eb91.zip |
We don't need to require erb here.
Diffstat (limited to 'actionpack/lib/action_dispatch/routing/mapper.rb')
-rw-r--r-- | actionpack/lib/action_dispatch/routing/mapper.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb index bd04f48c00..a5c1501f61 100644 --- a/actionpack/lib/action_dispatch/routing/mapper.rb +++ b/actionpack/lib/action_dispatch/routing/mapper.rb @@ -1,4 +1,3 @@ -require 'erb' require 'active_support/core_ext/hash/except' require 'active_support/core_ext/object/blank' require 'active_support/core_ext/object/inclusion' |