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!! ;)
This commit is contained in:
Fernando Garcia Samblas
2018-07-16 08:48:24 +02:00
parent ffbd4a08d8
commit 0cf26b8770

View File

@@ -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,