From 0cf26b87705dcb85bb091203f6e95b910963f44f Mon Sep 17 00:00:00 2001 From: Fernando Garcia Samblas Date: Mon, 16 Jul 2018 08:48:24 +0200 Subject: [PATCH] remove add_images_to argument spaces Sorry, at work we have a co-worker (@rochgs) that thanks this "spaced" style because of his visual handicap. Here you are!! ;) --- db/dev_seeds/proposals.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/dev_seeds/proposals.rb b/db/dev_seeds/proposals.rb index c331c87f3..d68c09419 100644 --- a/db/dev_seeds/proposals.rb +++ b/db/dev_seeds/proposals.rb @@ -10,7 +10,7 @@ IMAGE_FILES = %w{ "proposals", filename)) end -def add_image_to( imageable ) +def add_image_to(imageable) # imageable should respond to #title & #author imageable.image = Image.create!({ imageable: imageable,