From 91c38403be88a2a9a3485ddd58237445fa176a77 Mon Sep 17 00:00:00 2001 From: Mikel Lindsaar Date: Mon, 18 Jan 2010 18:13:49 +1100 Subject: Adding documentation for ActiveModel::Translation --- activemodel/README | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'activemodel/README') 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 -- cgit v1.2.3