Przeglądaj źródła

New task to fetch all feeds

master
Adrian Short 12 lat temu
rodzic
commit
fcf827d135
1 zmienionych plików z 8 dodań i 0 usunięć
  1. +8
    -0
      lib/tasks/scheduler.rake

+ 8
- 0
lib/tasks/scheduler.rake Wyświetl plik

@@ -0,0 +1,8 @@
desc "This task is called by the Heroku scheduler add-on"

task :get_all_feeds => :environment do
puts "Getting all feeds..."
Feed.get_all
puts "done."
end


Ładowanie…
Anuluj
Zapisz