AgileVentures/LocalSupport

View on GitHub
lib/tasks/import_doit.rake

Summary

Maintainability
Test Coverage
begin
  namespace :db do
    desc 'Import volunteer opportunities from DoIt (http://do-it.org)'
    task :import_doit => :environment do
      ImportDoItVolunteerOpportunities.with(3.0)
    end
  end
end