From c8c012caa8e5a379ed050fb4150fc1b57930fbfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 14 Apr 2011 23:37:35 -0700 Subject: Edited actionpack/lib/action_view/helpers/form_helper.rb via GitHub --- actionpack/lib/action_view/helpers/form_helper.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/actionpack/lib/action_view/helpers/form_helper.rb b/actionpack/lib/action_view/helpers/form_helper.rb index 9025d9e24c..68722b8214 100644 --- a/actionpack/lib/action_view/helpers/form_helper.rb +++ b/actionpack/lib/action_view/helpers/form_helper.rb @@ -610,9 +610,10 @@ module ActionView # label(:post, :body) # # => # - # Localization can also be based purely on the translation of the attribute-name like this: + # Localization can also be based purely on the translation of the attribute-name + # (if you are using ActiveRecord): # - # activemodel: + # activerecord: # attribute: # post: # cost: "Total cost" -- cgit v1.2.3