Fixed bug: Article type is not interpolated.
This commit is contained in:
parent
01df55e6de
commit
a03627debf
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ class Tweet
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
fail "Can't handle unknown twitter article type 'article[:type]'."
|
fail "Can't handle unknown twitter article type '#{article[:type]}'."
|
||||||
end
|
end
|
||||||
|
|
||||||
Rails.logger.debug tweet.inspect
|
Rails.logger.debug tweet.inspect
|
||||||
|
|
Loading…
Reference in a new issue