Skip to content

Commit

Permalink
feat: 🎸 協力攻撃のデータをインポートするタスクを作成した (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer authored Jun 24, 2022
1 parent 9062ac6 commit 4d5c39e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/tasks/import_unite_attacks.rake
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace :import_unite_attacks do
desc '「協力攻撃」のデータをスプレッドシートからインポートする'
task exec: :environment do
Sheets::UniteAttacks.all_importer
end
end

0 comments on commit 4d5c39e

Please sign in to comment.