forked from External/greenlight
		
	fallback to rails default when '/' root supplied
This commit is contained in:
		@@ -88,5 +88,7 @@ Rails.application.configure do
 | 
			
		||||
  # Do not dump schema after migrations.
 | 
			
		||||
  config.active_record.dump_schema_after_migration = false
 | 
			
		||||
 | 
			
		||||
  config.relative_url_root = ENV['RAILS_RELATIVE_URL_ROOT'] || '/b'
 | 
			
		||||
  if ENV['RELATIVE_URL_ROOT'] != '/'
 | 
			
		||||
    config.relative_url_root = ENV['RELATIVE_URL_ROOT'] || '/b'
 | 
			
		||||
  end
 | 
			
		||||
end
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user