mirror of
https://github.com/github/rails.git
synced 2026-01-30 00:38:00 -05:00
:namespace is supposed to be the module where controller exists. :path_prefix can contain anything, including variables, which makes it unsuitable for determining the module for a controller. Signed-off-by: Pratik Naik <pratiknaik@gmail.com>