aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/i18n.textile
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_coder@freenet.de>2009-02-16 11:47:23 +0100
committerAndreas Scherer <andreas_coder@freenet.de>2009-02-16 11:47:23 +0100
commit74c8ff53e7fff1e7c1ceaf5f5205668dfa81557d (patch)
tree890da3cb1f3337d443d6ec3025e689e8d5813e92 /railties/guides/source/i18n.textile
parente2aeccee940ccb8b5bdedc1333a946ceb699d18b (diff)
downloadrails-74c8ff53e7fff1e7c1ceaf5f5205668dfa81557d.tar.gz
rails-74c8ff53e7fff1e7c1ceaf5f5205668dfa81557d.tar.bz2
rails-74c8ff53e7fff1e7c1ceaf5f5205668dfa81557d.zip
More tables headers formatted.
Diffstat (limited to 'railties/guides/source/i18n.textile')
-rw-r--r--railties/guides/source/i18n.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/i18n.textile b/railties/guides/source/i18n.textile
index c5025eb86b..bb445c0bf7 100644
--- a/railties/guides/source/i18n.textile
+++ b/railties/guides/source/i18n.textile
@@ -720,7 +720,7 @@ So, for example, instead of the default error message +"can not be blank"+ you c
* +count+, where available, can be used for pluralization if present:
-| validation | with option | message | interpolation|
+|_. validation |_.with option |_.message |_.interpolation|
| validates_confirmation_of | - | :confirmation | -|
| validates_acceptance_of | - | :accepted | -|
| validates_presence_of | - | :blank | -|