1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/lib
Balazs Varga f4a6225357 Fix text_field_tag's placeholder documentation [ci skip]
When placeholder set to true on `text_field_tag`, it will try to look up its value from the translation files.
The documentation referenced an incorrect translation key scope, it is defined in [Placeholderable][1] as `helpers.placeholder` (singular).
Followup for #37054

Also improves wording.

[1]: 4640cff2b2/actionview/lib/action_view/helpers/tags/placeholderable.rb
2020-11-03 22:39:28 +01:00
..
action_view Fix text_field_tag's placeholder documentation [ci skip] 2020-11-03 22:39:28 +01:00
action_view.rb Move renderers in to their own files 2020-02-27 12:55:04 -08:00