Explorar el Código

New task to fetch all feeds

master
Adrian Short hace 12 años
padre
commit
fcf827d135
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. +8
    -0
      lib/tasks/scheduler.rake

+ 8
- 0
lib/tasks/scheduler.rake Ver fichero

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


Cargando…
Cancelar
Guardar