view config/initializers/twitter_tweet_cache_key.rb @ 175:52252ae4b580

Static tag because it's supposed to be the same across rsstweet installs
author nanaya <me@nanaya.pro>
date Tue, 02 Oct 2018 23:58:36 +0900
parents 148d8c17cb79
children
line wrap: on
line source

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