Sha256: 50d9886cfb2cd02d587f388b840dd0bad72aae41e4c85994db1070cb925db68c
Contents?: true
Size: 403 Bytes
Versions: 40
Compression:
Stored size: 403 Bytes
Contents
# frozen_string_literal: true # :enddoc: module Rails # Incinerating will destroy an email that is due and has already been processed. class Conductor::ActionMailbox::IncineratesController < Rails::Conductor::BaseController def create ActionMailbox::InboundEmail.find(params[:inbound_email_id]).incinerate redirect_to main_app.rails_conductor_inbound_emails_url end end end
Version data entries
40 entries across 40 versions & 5 rubygems