Module: ActionDispatch
- Defined in:
- lib/ruact/routing.rb
Overview
D8 — installed at require time (the Railtie requires this file from its
ruact.load_controller initializer; a direct require "ruact/routing"
in a non-Railtie context gets the same one-shot, idempotent install).
Written as a class reopening (rather than
ActionDispatch::Routing::Mapper.include Ruact::Routing) so YARD's static
MixinHandler resolves the named namespace instead of choking on the external
constant receiver under --fail-on-warning.
Defined Under Namespace
Modules: Routing