GeoRSS aggregator and Layar augmented reality server
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

9 行
165 B

  1. desc "This task is called by the Heroku scheduler add-on"
  2. task :get_all_feeds => :environment do
  3. puts "Getting all feeds..."
  4. Feed.fetch_all
  5. puts "done."
  6. end