Advertisement
Guest User

Untitled

a guest
Jun 28th, 2015
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. # db/seeds.db
  2. # rentals app
  3.  
  4. Rental.create!(city:'Greenville', state:'SC', price:675, landlord_id:3, email:'rooms@rents.com')
  5. Rental.create!(city:'Greenville', state:'SC', price:875, landlord_id:4, email:'sc_rentals@gmail.com')
  6. Rental.create!(city:'Charleston', state:'SC', price:725, landlord_id:3, email:'sc_properties@yahoo.com')
  7. Rental.create!(city:'Charleston', state:'SC', price:450, landlord_id:2, email:'sc_properties@yahoo.com')
  8. Rental.create!(city:'Greenville', state:'SC', price:500, landlord_id:2, email:'sc_properties@yahoo.com')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement