Guest User

Untitled

a guest
May 25th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #---My Simple View File
  2.  
  3. <html>
  4. <head>
  5. <%=javascript_include_tag 'prototype'%>
  6. <%=javascript_include_tag 'scriptaculous'%>
  7.  
  8. </head>
  9. <body>
  10.  
  11. <%= text_field_with_auto_complete :users, :login %>
  12. </body>
  13. </html>
Add Comment
Please, Sign In to add comment