Text_field_tag Placeholder Rails
<%= text_field_tag :mother_name, nil, placeholder: 'Some text' %>
Lioruby
<%= text_field_tag :mother_name, nil, placeholder: 'Some text' %>