Class: DraftBox::AttachmentsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- DraftBox::AttachmentsController
- Defined in:
- app/controllers/draft_box/attachments_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
3 4 5 6 7 8 |
# File 'app/controllers/draft_box/attachments_controller.rb', line 3 def show @email = DraftBox::Email.find(params[:email_id]) = @email..find(params[:id]) send_data .data, filename: .filename, type: .content_type end |