Method: ActionDispatch::Routing::RouteSet#relative_url_root

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

#relative_url_rootObject

[View source]

392
393
394
# File 'actionpack/lib/action_dispatch/routing/route_set.rb', line 392

def relative_url_root
  @config.relative_url_root
end