1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge branch 'master' of github.com:rails/rails

This commit is contained in:
Jon Leighton 2011-04-15 13:30:21 +01:00
commit 7dea4b57a4

View file

@ -610,10 +610,11 @@ module ActionView
# label(:post, :body)
# # => <label for="post_body">Write your entire text here</label>
#
# 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:
# attribute:
# activerecord:
# attributes:
# post:
# cost: "Total cost"
#