class ActionDispatch::Routing::RouteSet

def mounted_helpers

access routes for other engines.
You can include this in your classes if you want to
engines and the `main_app` helper for the application.
Contains all the mounted helpers across different
def mounted_helpers
  MountedHelpers
end