Skip to content

Commit

Permalink
Explicitly require Action View also
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Nov 25, 2008
1 parent ce50ca1 commit 6482db8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actionmailer/lib/action_mailer.rb
Expand Up @@ -31,6 +31,8 @@
end
end

require 'action_view'

module ActionMailer
def self.load_all!
[Base, Part, ::Text::Format, ::Net::SMTP]
Expand Down

0 comments on commit 6482db8

Please sign in to comment.