method

load_all!

rails latest stable - Class: ActionMailer

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.

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