From f38810bd1cfdbb8f935f4f3f2d5f065822fd0d48 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Wed, 24 May 2017 15:57:06 -0700 Subject: [PATCH] fixes #3086 --- app/models/artist.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/artist.rb b/app/models/artist.rb index d6f286075..bb3e558b4 100644 --- a/app/models/artist.rb +++ b/app/models/artist.rb @@ -399,7 +399,7 @@ class Artist < ActiveRecord::Base else nil end - rescue + rescue Exception nil end