view config/initializers/twitter_tweet_cache_key.rb @ 156:1abfa910d83e

Don't log, just throw
author nanaya <me@nanaya.pro>
date Sat, 28 Jul 2018 02:46:44 +0900
parents 148d8c17cb79
children
line wrap: on
line source

class Twitter::Tweet
  def cache_key
    "twitter/tweet/#{id}"
  end
end