Methods
- A
- D
- E
- H
- I
- P
- W
Instance Public methods
attachment_with_content(hash = {})
Link
attachment_with_hash()
Link
attachment_with_hash_default_encoding()
Link
different_layout(layout_name='')
Link
email_with_translations()
Link
explicit_different_template(template_name='')
Link
explicit_multipart(hash = {})
Link
# File actionmailer/test/mailers/base_mailer.rb, line 62 def explicit_multipart(hash = {}) attachments['invoice.pdf'] = 'This is test File content' if hash.delete(:attachments) mail(hash) do |format| format.text { render text: "TEXT Explicit Multipart" } format.html { render text: "HTML Explicit Multipart" } end end
explicit_multipart_templates(hash = {})
Link
explicit_multipart_with_any(hash = {})
Link
explicit_multipart_with_one_template(hash = {})
Link
explicit_multipart_with_options(include_html = false)
Link
explicit_without_specifying_format_with_any(hash = {})
Link
html_only(hash = {})
Link
implicit_different_template(template_name='')
Link
implicit_multipart(hash = {})
Link
implicit_with_locale(hash = {})
Link
inline_attachment()
Link
plain_text_only(hash = {})
Link
welcome(hash = {})
Link
welcome_from_another_path(path)
Link
welcome_with_headers(hash = {})
Link
with_nil_as_return_value()
Link
with_subject_interpolations()
Link