Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
adrianshort
/
apollo
mirror da
https://github.com/adrianshort/apollo.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Fetch all feeds through delayed job
master
Adrian Short
11 anni fa
parent
fe0b445120
commit
179d5957bb
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
app/models/feed.rb
+ 1
- 1
app/models/feed.rb
Vedi File
@@ -9,7 +9,7 @@ class Feed < ActiveRecord::Base
after_create :fetch
def self.fetch_all
Feed.all.each { |f| f.fetch }
Feed.all.each { |f| f.
delay.
fetch }
end
# Fetch and parse feed contents from web
Scrivi
Anteprima
Caricamento…
Annulla
Salva