view config/initializers/twitter_tweet_cache_key.rb @ 106:3ad8e6d20e79

Fix atom feed compliances - date format according to xml - no spacing for updated tag
author nanaya <me@myconan.net>
date Sun, 16 Oct 2016 05:45:21 +0900
parents 148d8c17cb79
children
line wrap: on
line source

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