I\'m making a small rails engine which I mount like this:
mount BasicApp::Engine => \"/app\"
Using this answer I have verified that all
use the below in you app to access the engine routes
MyApp::Engine.routes.url_helpers.new_post_path