Created
April 25, 2015 02:36
-
-
Save jraczak/6ca444f871535e35ccb7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
t.integer :failed_attempts, :default => 0 # Only if lock strategy is :failed_attempts | |
t.string :unlock_token # Only if unlock strategy is :email or :both | |
t.datetime :locked_at |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment