I am currently working on a Rails engine that will duplicate the host app\'s routings under a certain scope. So if a route get \'/posts\', to: \'posts#index\', as: \'p
get \'/posts\', to: \'posts#index\', as: \'p