Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:javier/planetoid
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacobo Garcia authored and Jacobo Garcia committed Jul 22, 2009
2 parents 911102e + 501dd1a commit a160a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/feed.rb
Expand Up @@ -34,7 +34,7 @@ def fetch!
#
def self.fetch_all!
Feed.find(:all).each do |f|
f.fetch!
f.fetch! rescue nil
end
end
end

0 comments on commit a160a0d

Please sign in to comment.