From 759e797c1d677d0695885dc959d6ebaecc538252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 17 Oct 2012 10:19:31 -0300 Subject: Revert "Change with start of translation in internationalization, this time with pt_br." This reverts commit 09682e9e7328b1c1466ae87af08f1785a0b5d7e3. Conflicts: guides/source/en/association_basics.md REASON: Translation work can not be done in the docrails repository --- guides/rails_guides/helpers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/rails_guides/helpers.rb') diff --git a/guides/rails_guides/helpers.rb b/guides/rails_guides/helpers.rb index 8d246d1700..a288d0f0f4 100644 --- a/guides/rails_guides/helpers.rb +++ b/guides/rails_guides/helpers.rb @@ -13,7 +13,7 @@ module RailsGuides end def documents_by_section - @documents_by_section ||= YAML.load_file(File.expand_path("../../source/#{$GUIDES_LANGUAGE}/documents.yaml", __FILE__)) + @documents_by_section ||= YAML.load_file(File.expand_path('../../source/documents.yaml', __FILE__)) end def documents_flat -- cgit v1.2.3