aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures/base_mailer
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2013-11-14 00:22:57 -0800
committerGuillermo Iguaran <guilleiguaran@gmail.com>2013-11-14 00:22:57 -0800
commit48ea0899074629203d84e2aea02593e893b5a2a4 (patch)
treeca4e861a1ec6ccdc804aee3c406bdf9a0f0d4e9d /actionmailer/test/fixtures/base_mailer
parent93999edfd1a8818edc8ce7fa91b2de55edd7ec32 (diff)
parent3134605391e4d5cf270f2ba79ea810eee4cffc5a (diff)
downloadrails-48ea0899074629203d84e2aea02593e893b5a2a4.tar.gz
rails-48ea0899074629203d84e2aea02593e893b5a2a4.tar.bz2
rails-48ea0899074629203d84e2aea02593e893b5a2a4.zip
Merge pull request #12884 from akshay-vishnoi/refactor
Ruby's new Hash syntax applied in actionmailer
Diffstat (limited to 'actionmailer/test/fixtures/base_mailer')
-rw-r--r--actionmailer/test/fixtures/base_mailer/email_with_translations.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/test/fixtures/base_mailer/email_with_translations.html.erb b/actionmailer/test/fixtures/base_mailer/email_with_translations.html.erb
index 30466dd005..d676a6d2da 100644
--- a/actionmailer/test/fixtures/base_mailer/email_with_translations.html.erb
+++ b/actionmailer/test/fixtures/base_mailer/email_with_translations.html.erb
@@ -1 +1 @@
-<%= t('.greet_user', :name => 'lifo') %> \ No newline at end of file
+<%= t('.greet_user', name: 'lifo') %> \ No newline at end of file