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