diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-10-06 11:06:38 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-10-06 15:31:56 -0700 |
commit | 99888487b63b313ea4495edd24b666fc5a3c8fe0 (patch) | |
tree | 3f1eba457b88ef5effe938bfd32bf07d3a4cfca9 /actionpack/lib | |
parent | 2224a06b72d77343acd2cb82ec27cb02c6ec6df6 (diff) | |
download | rails-99888487b63b313ea4495edd24b666fc5a3c8fe0.tar.gz rails-99888487b63b313ea4495edd24b666fc5a3c8fe0.tar.bz2 rails-99888487b63b313ea4495edd24b666fc5a3c8fe0.zip |
fix require
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_dispatch/routing/route_set.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing/route_set.rb b/actionpack/lib/action_dispatch/routing/route_set.rb index e921269331..bc956ef216 100644 --- a/actionpack/lib/action_dispatch/routing/route_set.rb +++ b/actionpack/lib/action_dispatch/routing/route_set.rb @@ -1,4 +1,4 @@ -require 'journey/router' +require 'journey' require 'forwardable' require 'active_support/core_ext/object/blank' require 'active_support/core_ext/object/to_query' |