Explorar el Código

Rename method that fetches all feeds

master
Adrian Short hace 11 años
padre
commit
9c615c3eb1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      lib/tasks/scheduler.rake

+ 1
- 1
lib/tasks/scheduler.rake Ver fichero

@@ -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


Cargando…
Cancelar
Guardar