@@ -15,6 +15,7 @@ class AddEventIdAtCreationToLinks < ActiveRecord::Migration |
||
15 | 15 |
else |
16 | 16 |
link.event_id_at_creation = last_event_id |
17 | 17 |
end |
18 |
+ link.save |
|
18 | 19 |
end |
19 | 20 |
end |
20 | 21 |
|