Skip to content

Instantly share code, notes, and snippets.

@HansHauge
Created March 17, 2015 00:39
Show Gist options
  • Save HansHauge/f4f8965a60359745ae1e to your computer and use it in GitHub Desktop.
Save HansHauge/f4f8965a60359745ae1e to your computer and use it in GitHub Desktop.
Rake task to call rss feed updater job
namespace :update_rss_feeds do
desc "Updates all the feeds"
task update_all: :environment do
UpdateRssFeedsJob.perform_now
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment