diff options
author | Ben Woosley <ben.woosley@gmail.com> | 2012-03-27 02:54:22 -0700 |
---|---|---|
committer | Ben Woosley <ben.woosley@gmail.com> | 2012-03-29 01:21:28 -0700 |
commit | 4977e14e1b70cd886b54fc694f29b6c1b89f0181 (patch) | |
tree | dee5fa31a973fc195c837e095929e77eb1f90f55 /railties | |
parent | e51322a34b740a4ad3b651345e2420912fe2a15f (diff) | |
download | rails-4977e14e1b70cd886b54fc694f29b6c1b89f0181.tar.gz rails-4977e14e1b70cd886b54fc694f29b6c1b89f0181.tar.bz2 rails-4977e14e1b70cd886b54fc694f29b6c1b89f0181.zip |
Drop unnecessary require in Rails::Paths
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/paths.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/lib/rails/paths.rb b/railties/lib/rails/paths.rb index 9730ed16e9..c0da113b36 100644 --- a/railties/lib/rails/paths.rb +++ b/railties/lib/rails/paths.rb @@ -1,5 +1,3 @@ -require 'set' - module Rails module Paths # This object is an extended hash that behaves as root of the <tt>Rails::Paths</tt> system. |