Class: PaperclipPrivate::AttachmentController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- PaperclipPrivate::AttachmentController
- Defined in:
- app/controllers/paperclip_private/attachment_controller.rb
Instance Method Summary collapse
-
#download ⇒ Object
Download action.
Instance Method Details
#download ⇒ Object
Download action
13 14 15 |
# File 'app/controllers/paperclip_private/attachment_controller.rb', line 13 def download send_file(@path) end |