Skip to content

Commit e347fe4

Browse files
committed
fix upload path
1 parent 6f75152 commit e347fe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/logo_uploader_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def content_type_allowlist
1717
end
1818

1919
def store_dir
20-
'/'
20+
''
2121
end
2222

2323
def filename

0 commit comments

Comments
 (0)