view config/initializers/twitter_tweet_cache_key.rb @ 187:a8ffbc623905

Remove unnecessary style type.
author nanaya <me@nanaya.pro>
date Sun, 14 Jul 2019 15:52:07 +0900
parents 148d8c17cb79
children
line wrap: on
line source

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