mirror of
https://github.com/github/rails.git
synced 2026-01-30 16:58:15 -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>