Guest User

Untitled

a guest
Apr 7th, 2018
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. cfp:~/git/bs > ./script/runner ' MongoMapper.ensure_indexes!; p User.create(:email => "ara.t.howard@gmail.com"); p User.count; '
  2. #<User updated_at: Tue, 19 Jan 2010 19:35:12 UTC +00:00, session: {}, _id: 4b560970a047451dea000001, created_at: Tue, 19 Jan 2010 19:35:12 UTC +00:00, email: "ara.t.howard@gmail.com">
  3. 10
  4. cfp:~/git/bs > ./script/runner ' MongoMapper.ensure_indexes!; p User.create(:email => "ara.t.howard@gmail.com"); p User.count; '
  5. #<User updated_at: Tue, 19 Jan 2010 19:35:16 UTC +00:00, session: {}, _id: 4b560974a047451deb000001, created_at: Tue, 19 Jan 2010 19:35:16 UTC +00:00, email: "ara.t.howard@gmail.com">
  6. 11
Add Comment
Please, Sign In to add comment