From c9f528defa38e018e542b49123d1ba048f89eaf6 Mon Sep 17 00:00:00 2001 From: Sergey Nartimov Date: Mon, 30 Apr 2012 09:44:39 +0300 Subject: wrap translate defaults to use translate helper features, closes #1102 --- actionpack/test/fixtures/translations/templates/default.erb | 1 + 1 file changed, 1 insertion(+) create mode 100644 actionpack/test/fixtures/translations/templates/default.erb (limited to 'actionpack/test/fixtures/translations') 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') %> -- cgit v1.2.3