Autofix Rubocop cops for config/ (#24145)
This commit is contained in:
		@@ -84,10 +84,10 @@ Rails.application.routes.draw do
 | 
			
		||||
 | 
			
		||||
  devise_for :users, path: 'auth', format: false, controllers: {
 | 
			
		||||
    omniauth_callbacks: 'auth/omniauth_callbacks',
 | 
			
		||||
    sessions:           'auth/sessions',
 | 
			
		||||
    registrations:      'auth/registrations',
 | 
			
		||||
    passwords:          'auth/passwords',
 | 
			
		||||
    confirmations:      'auth/confirmations',
 | 
			
		||||
    sessions: 'auth/sessions',
 | 
			
		||||
    registrations: 'auth/registrations',
 | 
			
		||||
    passwords: 'auth/passwords',
 | 
			
		||||
    confirmations: 'auth/confirmations',
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  get '/users/:username', to: redirect('/@%{username}'), constraints: lambda { |req| req.format.nil? || req.format.html? }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user