Class: PaperclipPrivate::AttachmentController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/paperclip_private/attachment_controller.rb

Instance Method Summary collapse

Instance Method Details

#downloadObject

Download action



13
14
15
# File 'app/controllers/paperclip_private/attachment_controller.rb', line 13

def download
	send_file(@path)
end