From ae87217382a4f1f2bdfcdcb8ca6d486ec96e8d6c Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Tue, 15 Aug 2017 18:48:19 +0200 Subject: minor tweaks in Active Storage after a walkthrough --- activestorage/lib/active_storage/log_subscriber.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activestorage/lib/active_storage/log_subscriber.rb') diff --git a/activestorage/lib/active_storage/log_subscriber.rb b/activestorage/lib/active_storage/log_subscriber.rb index 80cc5d5c80..0d00a75c0e 100644 --- a/activestorage/lib/active_storage/log_subscriber.rb +++ b/activestorage/lib/active_storage/log_subscriber.rb @@ -19,7 +19,7 @@ module ActiveStorage end def service_exist(event) - debug event, color("Checked if file exist at key: #{key_in(event)} (#{event.payload[:exist] ? "yes" : "no"})", BLUE) + debug event, color("Checked if file exists at key: #{key_in(event)} (#{event.payload[:exist] ? "yes" : "no"})", BLUE) end def service_url(event) -- cgit v1.2.3