I need to know, from inside of a layout of a mountable engine, what path it's currently being mounted on. What would be the way to do it?
E.g. my routes.rb contains the following line:
mount BackendCore::Engine => "/backend"
From inside of the BackendCore, I need the access to the value of "/backend".