Closed difernandez closed 4 years ago
Fixes a couple of issues that arrise when using shrine as file storage:
Attacher.validate
allowed_type
store
.gitignore
Fixes a couple of issues that arrise when using shrine as file storage:
Attacher.validate
blockallowed_type
was being accessed directly, but it wasn't available in that context. Now it is accessed through thestore
(instance of uploader).gitignore