Hi, help me in my problem plz.
I have a following code:
<%= error_message_on “guestbook”, “text” %>
<%= f.label :text, ‘Text:’ %>
<%= f.text_area :text %>
After validation i get HTML:
Error.
Text:
How i can get this:
Error.
Text:
Hi, help me in my problem plz.
I have a following code:
<%= error_message_on “guestbook”, “text” %>
<%= f.label :text, ‘Text:’ %>
<%= f.text_area :text %>
After validation i get HTML:
How i can get this:
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs