Skip to content

Commit d6e9e26

Browse files
author
Sam Phippen
committed
Better workaround for beta3
1 parent d1b307c commit d6e9e26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example_app_generator/generate_action_mailer_specs.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def comment_lines(path, flag, *args)
1313
comment_lines 'config/environments/test.rb', /action_mailer/
1414

1515
initializer 'action_mailer.rb', <<-CODE
16+
require "action_view/base"
1617
if ENV['DEFAULT_URL']
1718
if ::Rails::VERSION::STRING < '4.1'
1819
ExampleApp::Application.configure do

0 commit comments

Comments
 (0)