diff options
author | Xavier Noria <fxn@hashref.com> | 2010-12-05 10:33:50 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-12-05 10:33:50 +0100 |
commit | 48386d245bc169d3a36e5f305927bd968b108fea (patch) | |
tree | 9156d3535c42e7f56af6e69fbbd5164ccb4fcc95 /railties/guides/source/i18n.textile | |
parent | b696dd70db651c6cb4a096dd0d5762416acd9917 (diff) | |
parent | e1d0d5ae81d2b02eebb1afbfb79edf0a2da2d48e (diff) | |
download | rails-48386d245bc169d3a36e5f305927bd968b108fea.tar.gz rails-48386d245bc169d3a36e5f305927bd968b108fea.tar.bz2 rails-48386d245bc169d3a36e5f305927bd968b108fea.zip |
Merge branch 'master' of git://github.com/lifo/docrails
Diffstat (limited to 'railties/guides/source/i18n.textile')
-rw-r--r-- | railties/guides/source/i18n.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/i18n.textile b/railties/guides/source/i18n.textile index 25c24ac7d7..8a39bdf3c1 100644 --- a/railties/guides/source/i18n.textile +++ b/railties/guides/source/i18n.textile @@ -830,7 +830,7 @@ In other contexts you might want to change this behaviour, though. E.g. the defa <ruby> module I18n - def just_raise_that_exception(*args) + def self.just_raise_that_exception(*args) raise args.first end end |