Skip to content

Commit

Permalink
Add rake task for importing
Browse files Browse the repository at this point in the history
Co-authored-by: Bess Sadler <bess@users.noreply.github.com>
  • Loading branch information
leefaisonr and bess committed Mar 23, 2023
1 parent 3bc4733 commit df90839
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/tasks/import.rake
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# frozen_string_literal: true
namespace :import do
desc "Import GuideCard data"
task import_guide_cards: :environment do
GuideCardLoadingService.new.import
end
end

0 comments on commit df90839

Please sign in to comment.