diff options
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/media_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/media_controller.rb b/app/controllers/media_controller.rb index 9832a91b4..6f1f7ec48 100644 --- a/app/controllers/media_controller.rb +++ b/app/controllers/media_controller.rb @@ -4,7 +4,7 @@ class MediaController < ApplicationController before_action :set_media_attachment def show - redirect_to TagManager.instance.url_for(@media_attachment.status) + redirect_to @media_attachment.file.url(:original) end private |