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
New task to fetch all feeds
master
Adrian Short
12 years ago
parent
32898d161f
commit
fcf827d135
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
lib/tasks/scheduler.rake
+ 8
- 0
lib/tasks/scheduler.rake
View File
@@ -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
Write
Preview
Loading…
Cancel
Save