From a2718ab50f9e67e9298bd779433c0188c19ba6d3 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 29 Oct 2023 23:33:33 -0400 Subject: rubocop -a --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/application.rb') diff --git a/config/application.rb b/config/application.rb index 0a55060..f69fece 100644 --- a/config/application.rb +++ b/config/application.rb @@ -14,7 +14,7 @@ module CableClub # Please, add to the `ignore` list any other `lib` subdirectories that do # not contain `.rb` files, or that should not be reloaded or eager loaded. # Common ones are `templates`, `generators`, or `middleware`, for example. - config.autoload_lib(ignore: %w(assets tasks)) + config.autoload_lib(ignore: %w[assets tasks]) # Configuration for the application, engines, and railties goes here. # -- cgit v1.2.3