Method: ActionDispatch::Routing::RouteSet#mounted_helpers

Defined in:
actionpack/lib/action_dispatch/routing/route_set.rb

#mounted_helpersObject

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

[View source]

477
478
479
# File 'actionpack/lib/action_dispatch/routing/route_set.rb', line 477

def mounted_helpers
  MountedHelpers
end