class ActionDispatch::Routing::RouteSet

def mounted_helpers

Experimental RBS support (using type sampling data from the type_fusion project).

def mounted_helpers: () -> Module

This signature was generated using 1 sample from 1 application.

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