Class: ActiveStorageExt::VideosController
- Inherits:
-
Object
- Object
- ActiveStorageExt::VideosController
- Defined in:
- app/controllers/active_storage_ext/videos_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
7 8 9 |
# File 'app/controllers/active_storage_ext/videos_controller.rb', line 7 def show expires_in ActiveStorage::Blob.service.url_expires_in end |
#transfer ⇒ Object
11 12 13 14 15 16 17 |
# File 'app/controllers/active_storage_ext/videos_controller.rb', line 11 def transfer attached = @attachment.transfer_faststart @video = attached.blob flash[:notice] = 'well done!' render 'show' end |