Guest User

Untitled

a guest
Jul 19th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <html>
  2. <body>
  3. <br>
  4. <%=start_form_tag ({:action => "at"},{:method => "post"}) %>
  5. Please enter the name:
  6. <%=text_field_tag ("test1","",{"size:"=>30}) %>
  7. <br/><br/>
  8. <input type=submit name=submit value=submit />
  9. <%=end_form_tag %>
  10. </body>
  11. </html>
  12.  
  13. I am getting followng error
  14.  
  15. undefined method `start_form_tag' for #<ActionView::Base:0xb6dc7e20>
Add Comment
Please, Sign In to add comment