aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorSergey Nartimov <just.lest@gmail.com>2012-04-30 09:44:39 +0300
committerSergey Nartimov <just.lest@gmail.com>2012-04-30 09:44:39 +0300
commitc9f528defa38e018e542b49123d1ba048f89eaf6 (patch)
treea14f1c20150e2e3487b173797fb5bbb916481584 /actionpack/test/fixtures
parent24f143789a8989f3bccde14ff28067de25cafd87 (diff)
downloadrails-c9f528defa38e018e542b49123d1ba048f89eaf6.tar.gz
rails-c9f528defa38e018e542b49123d1ba048f89eaf6.tar.bz2
rails-c9f528defa38e018e542b49123d1ba048f89eaf6.zip
wrap translate defaults to use translate helper features, closes #1102
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/translations/templates/default.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/translations/templates/default.erb b/actionpack/test/fixtures/translations/templates/default.erb
new file mode 100644
index 0000000000..8b70031071
--- /dev/null
+++ b/actionpack/test/fixtures/translations/templates/default.erb
@@ -0,0 +1 @@
+<%= t('.missing', :default => :'.foo') %>