Guest User

Untitled

a guest
Sep 11th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.27 KB | None | 0 0
  1. 1.9.3-p194 :001 > Product.all
  2. ["{\"pvid\":null,\"uid\":null,\"name\":\"roadster\",\"part_number\":null,\"description\":null,\"country_id\":null,\"product_id\":null,\"brand_id\":null,\"id\":\"3\"}", nil, nil]
  3.  => [<Product: id = 3>]
  4. 1.9.3-p194 :002 > Product.first
  5. [nil]
Add Comment
Please, Sign In to add comment