mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
56fee39c39
Move the Journey code underneath the ActionDispatch namespace so that we don't pollute the global namespace with names that may be used for models. Fixes rails/journey#49.
5 lines
229 B
Ruby
5 lines
229 B
Ruby
require 'action_dispatch/journey/router'
|
|
require 'action_dispatch/journey/gtg/builder'
|
|
require 'action_dispatch/journey/gtg/simulator'
|
|
require 'action_dispatch/journey/nfa/builder'
|
|
require 'action_dispatch/journey/nfa/simulator'
|