aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/i18n.md
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2013-12-19 22:49:18 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2013-12-19 22:50:17 +0530
commitf8586917442154bc481822ed5c4534b67cf6a5ef (patch)
tree541c828bc94d953552931639dce909684ea72887 /guides/source/i18n.md
parent8d005eb8671851ada381f1e521d7f11aa874dc12 (diff)
downloadrails-f8586917442154bc481822ed5c4534b67cf6a5ef.tar.gz
rails-f8586917442154bc481822ed5c4534b67cf6a5ef.tar.bz2
rails-f8586917442154bc481822ed5c4534b67cf6a5ef.zip
Revert "Underscore in markdown should be escaped with backslash [ci skip]"
This reverts commit b58f3a641795e1777aa3e12a853c34ff512acfb9. Reason: Discussion in https://github.com/rails/docrails/commit/b58f3a641795e1777aa3e12a853c34ff512acfb9 [ci skip]
Diffstat (limited to 'guides/source/i18n.md')
-rw-r--r--guides/source/i18n.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/i18n.md b/guides/source/i18n.md
index 401b1fb729..bdff25d70f 100644
--- a/guides/source/i18n.md
+++ b/guides/source/i18n.md
@@ -289,7 +289,7 @@ private
end
```
-Of course, in a production environment you would need much more robust code, and could use a plugin such as Iain Hecker's [http\_accept\_language](https://github.com/iain/http_accept_language/tree/master) or even Rack middleware such as Ryan Tomayko's [locale](https://github.com/rack/rack-contrib/blob/master/lib/rack/contrib/locale.rb).
+Of course, in a production environment you would need much more robust code, and could use a plugin such as Iain Hecker's [http_accept_language](https://github.com/iain/http_accept_language/tree/master) or even Rack middleware such as Ryan Tomayko's [locale](https://github.com/rack/rack-contrib/blob/master/lib/rack/contrib/locale.rb).
#### Using GeoIP (or Similar) Database