Skip to content

Instantly share code, notes, and snippets.

@jameshilliard
Created December 14, 2013 13:18
Show Gist options
  • Select an option

  • Save jameshilliard/7959037 to your computer and use it in GitHub Desktop.

Select an option

Save jameshilliard/7959037 to your computer and use it in GitHub Desktop.
2.0.0 :001 > Spree::User
=> Spree::User(id: integer, encrypted_password: string, password_salt: string, email: string, remember_token: string, persistence_token: string, reset_password _token: string, perishable_token: string, sign_in_count: integer, failed_attempt s: integer, last_request_at: datetime, current_sign_in_at: datetime, last_sign_i n_at: datetime, current_sign_in_ip: string, last_sign_in_ip: string, login: stri ng, ship_address_id: integer, bill_address_id: integer, authentication_token: st ring, unlock_token: string, locked_at: datetime, reset_password_sent_at: datetim e, created_at: datetime, updated_at: datetime, spree_api_key: string, remember_c reated_at: datetime)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment