aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/README
diff options
context:
space:
mode:
Diffstat (limited to 'activemodel/README')
-rw-r--r--activemodel/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/activemodel/README b/activemodel/README
index 7d18571227..6673427230 100644
--- a/activemodel/README
+++ b/activemodel/README
@@ -167,3 +167,12 @@ functionality from the following modules:
{Learn more}[link:classes/ActiveModel/StateMachine.html]
+* Integrating with Rail's internationalization (i18n) handling through
+ ActiveModel::Translations...
+
+ class Person
+ extend ActiveModel::Translation
+ end
+
+ {Learn more}[link:classes/ActiveModel/Translation.html]
+ \ No newline at end of file