aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures
diff options
context:
space:
mode:
authorJeroen van Dijk and Josh Kalderimis <jeroen@jeevidee.nl>2010-07-23 14:42:21 +0200
committerJosé Valim <jose.valim@gmail.com>2010-07-24 00:27:25 +0200
commitaffeb51569d291ef7304189fd77b32c6e269af57 (patch)
tree08cfb54e995012e834075f34c352044526bdc0bd /actionmailer/test/fixtures
parent5ebc1d88d3c80f8773d39b155a4e6f66544ec46b (diff)
downloadrails-affeb51569d291ef7304189fd77b32c6e269af57.tar.gz
rails-affeb51569d291ef7304189fd77b32c6e269af57.tar.bz2
rails-affeb51569d291ef7304189fd77b32c6e269af57.zip
Move config_accessor :asset_host from ActionController::Base to AbstractController which fixes issues with asset_host in ActionMailer
Including: - Moved mailer objects in separate directory - Added two tests for asset_host configuration option
Diffstat (limited to 'actionmailer/test/fixtures')
-rw-r--r--actionmailer/test/fixtures/asset_mailer/welcome.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionmailer/test/fixtures/asset_mailer/welcome.html.erb b/actionmailer/test/fixtures/asset_mailer/welcome.html.erb
new file mode 100644
index 0000000000..90d26130d9
--- /dev/null
+++ b/actionmailer/test/fixtures/asset_mailer/welcome.html.erb
@@ -0,0 +1 @@
+<%= image_tag "dummy.png" %> \ No newline at end of file