Skip to content

Commit 21a2940

Browse files
committed
Remove output
1 parent 726b508 commit 21a2940

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/tasks/dojo_event_services.rake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
namespace :dojo_event_services do
22
desc '現在のyamlファイルを元にデータベースを更新します'
33
task upsert: :environment do
4-
puts 'Task as `dojo_event_services:upsert` starting...'
5-
64
result = { inserted: [], updated: [], kept: [], skipped: [] }
75

86
list = YAML.load_file(Rails.root.join('db','dojo_event_services.yaml'))

0 commit comments

Comments
 (0)