Guest User

Untitled

a guest
Apr 25th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. =>> @foo = User
  2. => User(id: integer, name: string, email: string, salty_pass: string, is_admin: boolean, created_at: datetime, updated_at: datetime)
  3. >> bar = @foo.find :first
  4. => #<User id: 1, name: "rsl", email: "rsl@swimcommunity.org", salty_pass: "ec078ed9dad4411d1ff3ea2c6c2ac509ca98a6ce", is_admin: true, created_at: "2008-02-08 14:36:37", updated_at: "2008-04-18 20:21:08">
  5. >> bar
  6. => #<User id: 1, name: "rsl", email: "rsl@swimcommunity.org", salty_pass: "ec078ed9dad4411d1ff3ea2c6c2ac509ca98a6ce", is_admin: true, created_at: "2008-02-08 14:36:37", updated_at: "2008-04-18 20:21:08">
Add Comment
Please, Sign In to add comment