Use secure token to create attachment links

The link is public but protected by a secure token.

This extends the activesupport Attachment model to automatically
generate a token
This commit is contained in:
2020-04-12 23:47:56 +02:00
parent ad317e917d
commit 73c184a4a0
5 changed files with 14 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
Rails.configuration.to_prepare do
ActiveStorage::Attachment.send(:has_secure_token)
end