method

load_all!

load_all!()
public

No documentation available.

# File actionmailer/lib/action_mailer.rb, line 37
  def self.load_all!
    [Base, Part, ::Text::Format, ::Net::SMTP]
  end