Skip to content

Commit

Permalink
Add /public/uploads for file upload gem Shrine (github#3333)
Browse files Browse the repository at this point in the history
When using a file upload gem called Shrine, its file system mode put images under `public/uploads`.

https://github.com/shrinerb/shrine/blob/053bcf297e092e9695731fb9b67a86780e898203/doc/storage/file_system.md
  • Loading branch information
MetaJuanitoFatas authored Mar 11, 2020
1 parent 4d4af94 commit 823e38f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rails.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ yarn-debug.log*
# Ignore uploaded files in development
/storage/*
!/storage/.keep
/public/uploads

0 comments on commit 823e38f

Please sign in to comment.