mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
639f5fda30
Journey was integrated into Action Dispatch at 56fee39
, but from that
time, almost all NFA namespace code were not used.
5 lines
166 B
Ruby
5 lines
166 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "action_dispatch/journey/router"
|
|
require "action_dispatch/journey/gtg/builder"
|
|
require "action_dispatch/journey/gtg/simulator"
|