Advertisement
Guest User

Untitled

a guest
Feb 1st, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. User.create email: 't@t.com', password: 'testing', password_confirmation: 'testing'
  2.  
  3. Shop.create url: 'localhost', key: 'key123', email: 't@t.com', name: 'Localhost', user: User.first
  4.  
  5. Order.create shop: Shop.first, firstname: 'John', city: 'New York', province: '', country: 'US', order_created_at: '', product_id: 1, product_image_url: '', product_url: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement