From a03627debf762f2d4bf1b23af57c1009dfb268c2 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Thu, 9 Jul 2015 16:00:22 +0200 Subject: [PATCH] Fixed bug: Article type is not interpolated. --- lib/tweet.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tweet.rb b/lib/tweet.rb index 9be9240be..185c06b99 100644 --- a/lib/tweet.rb +++ b/lib/tweet.rb @@ -221,7 +221,7 @@ class Tweet } ) else - fail "Can't handle unknown twitter article type 'article[:type]'." + fail "Can't handle unknown twitter article type '#{article[:type]}'." end Rails.logger.debug tweet.inspect