소스 검색

Fetch all feeds through delayed job

master
Adrian Short 11 년 전
부모
커밋
179d5957bb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      app/models/feed.rb

+ 1
- 1
app/models/feed.rb 파일 보기

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


불러오는 중...
취소
저장