Class: Sunabamail::Messages::AttachmentsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/sunabamail/messages/attachments_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



4
5
6
# File 'app/controllers/sunabamail/messages/attachments_controller.rb', line 4

def show
  send_data(@attachment.read, filename: @attachment.filename)
end