Make Admin::HealthCheckController EE-compatible
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
		
							parent
							
								
									d82b6d120e
								
							
						
					
					
						commit
						8d3dc32438
					
				|  | @ -2,6 +2,12 @@ | |||
| 
 | ||||
| class Admin::HealthCheckController < Admin::ApplicationController | ||||
|   def show | ||||
|     @errors = HealthCheck::Utils.process_checks(['standard']) | ||||
|     @errors = HealthCheck::Utils.process_checks(checks) | ||||
|   end | ||||
| 
 | ||||
|   private | ||||
| 
 | ||||
|   def checks | ||||
|     ['standard'] | ||||
|   end | ||||
| end | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue