AgileVentures/LocalSupport

View on GitHub
lib/tasks/import_reachskills.rake

Summary

Maintainability
Test Coverage
begin
  namespace :db do
    desc 'Import volunteer opportunities from Reachskills (https://reachvolunteering.org.uk/)'
    task import_reachskills: :environment do
      ImportReachSkillsVolunteerOpportunities.with
    end
  end
end