ruby on rails text field tag placeholder code example
Example: text_field_tag placeholder rails
<%= text_field_tag :mother_name, nil, placeholder: 'Some text' %>
<%= text_field_tag :mother_name, nil, placeholder: 'Some text' %>