Skip to content

Instantly share code, notes, and snippets.

@jraczak
Created May 2, 2012 17:42
Show Gist options
  • Save jraczak/2578597 to your computer and use it in GitHub Desktop.
Save jraczak/2578597 to your computer and use it in GitHub Desktop.
## Trackable
t.integer :sign_in_count, :default => 0
t.datetime :current_sign_in_at
t.datetime :last_sign_in_at
t.string :current_sign_in_ip
t.string :last_sign_in_ip
## Reconfirmable
t.string :unconfirmed_email
t.string :confirmation_email
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment