This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
apollo
mirror of
https://github.com/adrianshort/apollo.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Rename method that fetches all feeds
master
Adrian Short
11 years ago
parent
368a9c269d
commit
9c615c3eb1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/tasks/scheduler.rake
+ 1
- 1
lib/tasks/scheduler.rake
View File
@@ -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
Write
Preview
Loading…
Cancel
Save