Skip to Content Skip to Search
v7.1.0
class ActionMailer::Base::LateAttachmentsProxy < SimpleDelegator
Methods
#
I

Public instance methods

[]=(_name, _content)

Permalink
Source code GitHub
# File actionmailer/lib/action_mailer/base.rb, line 771
def []=(_name, _content); _raise_error end

inline()

Permalink
Source code GitHub
# File actionmailer/lib/action_mailer/base.rb, line 770
def inline; self end
Definition files