Fixed bug: Article type is not interpolated.

This commit is contained in:
Thorsten Eckel 2015-07-09 16:00:22 +02:00
parent 01df55e6de
commit a03627debf

View file

@ -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