Methods
F
M
S
Instance Public methods
fragment_cache()
# File actionmailer/test/mailers/caching_mailer.rb, line 4
def fragment_cache
  mail(subject: "welcome", template_name: "fragment_cache")
end
fragment_cache_in_partials()
# File actionmailer/test/mailers/caching_mailer.rb, line 8
def fragment_cache_in_partials
  mail(subject: "welcome", template_name: "fragment_cache_in_partials")
end
fragment_caching_options()
# File actionmailer/test/mailers/caching_mailer.rb, line 16
def fragment_caching_options
  mail(subject: "welcome", template_name: "fragment_caching_options")
end
multipart_cache()
# File actionmailer/test/mailers/caching_mailer.rb, line 20
def multipart_cache
  mail(subject: "welcome", template_name: "multipart_cache")
end
skip_fragment_cache_digesting()
# File actionmailer/test/mailers/caching_mailer.rb, line 12
def skip_fragment_cache_digesting
  mail(subject: "welcome", template_name: "skip_fragment_cache_digesting")
end