Przeglądaj źródła

Rename method that fetches all feeds

master
Adrian Short 11 lat temu
rodzic
commit
9c615c3eb1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      lib/tasks/scheduler.rake

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

@@ -2,7 +2,7 @@ desc "This task is called by the Heroku scheduler add-on"

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


Ładowanie…
Anuluj
Zapisz