Method: ActionDispatch::Routing::RouteSet::Config#relative_url_root

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

#relative_url_rootObject

Returns the value of attribute relative_url_root

Returns:

  • (Object)

    the current value of relative_url_root



380
381
382
# File 'actionpack/lib/action_dispatch/routing/route_set.rb', line 380

def relative_url_root
  @relative_url_root
end