class ActionMailer::Base::LateAttachmentsProxy
Public Instance Methods
Source
# File lib/action_mailer/base.rb, line 759 def []=(_name, _content); _raise_error end
Private Instance Methods
Source
# File lib/action_mailer/base.rb, line 762 def _raise_error raise RuntimeError, "Can't add attachments after `mail` was called.\n" \ "Make sure to use `attachments[]=` before calling `mail`." end