Guest User

Untitled

a guest
Oct 22nd, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <script type="text/javascript">
  2. $(".douser").click(function(){
  3. $.post('/users',{user: {email:"caio@correndo.com",name:"Caio",password:"jbl444",password_confirmation:"jbl444",city_id:"1"}});
  4. });
  5. </script>
Add Comment
Please, Sign In to add comment