Skip to content

Commit

Permalink
fix require
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Oct 6, 2011
1 parent 2224a06 commit 9988848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_dispatch/routing/route_set.rb
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 9988848

Please sign in to comment.