aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
diff options
context:
space:
mode:
authorBen Woosley <ben.woosley@gmail.com>2012-03-27 02:54:22 -0700
committerBen Woosley <ben.woosley@gmail.com>2012-03-29 01:21:28 -0700
commit4977e14e1b70cd886b54fc694f29b6c1b89f0181 (patch)
treedee5fa31a973fc195c837e095929e77eb1f90f55 /railties/lib/rails
parente51322a34b740a4ad3b651345e2420912fe2a15f (diff)
downloadrails-4977e14e1b70cd886b54fc694f29b6c1b89f0181.tar.gz
rails-4977e14e1b70cd886b54fc694f29b6c1b89f0181.tar.bz2
rails-4977e14e1b70cd886b54fc694f29b6c1b89f0181.zip
Drop unnecessary require in Rails::Paths
Diffstat (limited to 'railties/lib/rails')
-rw-r--r--railties/lib/rails/paths.rb2
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.