From 69aaa7de12e1628d9782f0ecd578740c024f33d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Sun, 17 Sep 2017 12:16:23 +0200 Subject: [PATCH] Fixes unintended new line --- db/dev_seeds.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/dev_seeds.rb b/db/dev_seeds.rb index e7f4ebd8a..1223d94a4 100644 --- a/db/dev_seeds.rb +++ b/db/dev_seeds.rb @@ -504,7 +504,7 @@ Proposal.last(3).each do |proposal| end puts " ✅" -puts "Creating proposal notifications" +print "Creating proposal notifications" 100.times do |i| ProposalNotification.create!(title: "Proposal notification title #{i}",