Autofix Rubocop remaining Layout rules (#23679)
This commit is contained in:
		
							parent
							
								
									d2dcb6c45a
								
							
						
					
					
						commit
						717683d1c3
					
				
					 117 changed files with 265 additions and 261 deletions
				
			
		| 
						 | 
				
			
			@ -105,6 +105,7 @@ module ApplicationHelper
 | 
			
		|||
 | 
			
		||||
  def can?(action, record)
 | 
			
		||||
    return false if record.nil?
 | 
			
		||||
 | 
			
		||||
    policy(record).public_send("#{action}?")
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,5 @@
 | 
			
		|||
# frozen_string_literal: true
 | 
			
		||||
 | 
			
		||||
# rubocop:disable Metrics/ModuleLength, Style/WordArray
 | 
			
		||||
 | 
			
		||||
module LanguagesHelper
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue