diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2012-03-17 12:34:09 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2012-03-17 12:43:04 -0300 |
commit | d266c2e0da0e9835e9156278d24e596d671be2b2 (patch) | |
tree | a6c4a374d2c8b95d4bce5ceac71e26e4de723265 /actionpack/lib | |
parent | 6d87cd028b32570973450424db164e5405a0ee13 (diff) | |
download | rails-d266c2e0da0e9835e9156278d24e596d671be2b2.tar.gz rails-d266c2e0da0e9835e9156278d24e596d671be2b2.tar.bz2 rails-d266c2e0da0e9835e9156278d24e596d671be2b2.zip |
Remove unused require
Diffstat (limited to 'actionpack/lib')
-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 cd215034dc..c0dd1fe38b 100644 --- a/actionpack/lib/action_dispatch/routing/mapper.rb +++ b/actionpack/lib/action_dispatch/routing/mapper.rb @@ -1,6 +1,5 @@ require 'active_support/core_ext/hash/except' require 'active_support/core_ext/object/blank' -require 'active_support/core_ext/object/inclusion' require 'active_support/inflector' require 'action_dispatch/routing/redirection' |