diff options
author | Michael Koziarski <michael@koziarski.com> | 2007-09-22 19:20:06 +0000 |
---|---|---|
committer | Michael Koziarski <michael@koziarski.com> | 2007-09-22 19:20:06 +0000 |
commit | 757379128442d07ebebd7a3d22853d016cfb95b4 (patch) | |
tree | 0b805cc6f302322e04eea62eeb75fd13362b70d4 /actionmailer/test/fixtures/test_mailer | |
parent | defb4d08dca88500f172da9e90e5af19187c7b08 (diff) | |
download | rails-757379128442d07ebebd7a3d22853d016cfb95b4.tar.gz rails-757379128442d07ebebd7a3d22853d016cfb95b4.tar.bz2 rails-757379128442d07ebebd7a3d22853d016cfb95b4.zip |
Disable the routing optimisation code when dealing with foo_url helpers. Add test to actionmailer to expose the problem they introduced. References #9450 [Koz]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7572 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/test/fixtures/test_mailer')
-rw-r--r-- | actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb b/actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb index e8fb65d4d2..08f05b5ef0 100644 --- a/actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb +++ b/actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb @@ -1,3 +1,3 @@ Hello there, -Mr. <%= @recipient %>. Please see our greeting at <%= @welcome_url %>
\ No newline at end of file +Mr. <%= @recipient %>. Please see our greeting at <%= @welcome_url %> <%= welcome_url %>
\ No newline at end of file |