Improve upload handling (server-side and UI).

This commit is contained in:
Bart Kamphorst
2018-11-07 11:06:25 +01:00
parent 6857995442
commit 64c4ee9c05
13 changed files with 65 additions and 43 deletions
+4
View File
@@ -43,6 +43,10 @@ module Precious
def js # custom js
@js
end
def per_page_uploads
@per_page_uploads
end
end
end