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:
@@ -10,7 +10,7 @@ IMAGE_FILES = %w{
|
|||||||
"proposals", filename))
|
"proposals", filename))
|
||||||
end
|
end
|
||||||
|
|
||||||
def add_image_to( imageable )
|
def add_image_to(imageable)
|
||||||
# imageable should respond to #title & #author
|
# imageable should respond to #title & #author
|
||||||
imageable.image = Image.create!({
|
imageable.image = Image.create!({
|
||||||
imageable: imageable,
|
imageable: imageable,
|
||||||
|
|||||||
Reference in New Issue
Block a user