README.md in armot-0.3.3 vs README.md in armot-0.3.4
- old
+ new
@@ -198,9 +198,15 @@
class Post
define_localized_accessors_for :all
end
+You can also explicitly set the locales in which the accessors should be
+defined, using this syntax:
+
+ class Post
+ define_localized_accessors_for :all, :locales => [:klingon, :pt]
+ end
Development with armot
----------------------