Skip to content

Instantly share code, notes, and snippets.

@kellydunn
Created November 2, 2010 05:40
Show Gist options
  • Save kellydunn/659289 to your computer and use it in GitHub Desktop.
Save kellydunn/659289 to your computer and use it in GitHub Desktop.
billing_reports_controller dump
(rdb:296) @adjusted_hours
{#<User id: 706, name: "Foo Bar Admin", email: "foo.bar.admin@originatelabs.com",
created_at: "2010-11-02 05:28:13", updated_at: "2010-11-02 05:28:13",
crypted_password: "e72fe3e28f83ac43157b899d9eaaab20bff0a8a15f7cf490cc8...",
password_salt: "2FZjkt9EYnpNAfDUzDzv",
persistence_token: "d54459ec64a19c8ecd1c3ba30135c1408f8c5a40293f53195c0...",
role_name: "admin", receives_email: true, location_id: 702>=>0.0,
#<User id: 707, name: "John Doe", email: "john.doe@originatelabs.com",
created_at: "2010-11-02 05:28:17", updated_at: "2010-11-02 05:28:17",
crypted_password: "582ef81a40eb99b9ac58b0c9906dd20b3613d1d5ac7c274ca83...",
password_salt: "Ntid9JSOlOQBYvOyCd74",
persistence_token: "35156f488af0b72c78db929dc37c24f8c942d397f9eb7c2296d...",
role_name: "normal_user", receives_email: false, location_id: 703>=>0.0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment