1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00

[bug] incomplete error message during fix:recursive_events_over_DST

This commit is contained in:
Sylvain 2017-09-12 08:39:07 +02:00
parent b4ad300a2c
commit d6ef5704b7

View File

@ -82,7 +82,7 @@ namespace :fablab do
if failed_ids.size > 0
puts "WARNING: The events with IDs #{failed_ids} were not found.\n These were initial events of a recurrence.\n\n You may have to correct the following events manually (IDs): "
puts "#{Events.where(recurrence_id: failed_ids).map(&:id)}"
puts "#{Event.where(recurrence_id: failed_ids).map(&:id)}"
end
end
end