Created
September 2, 2014 20:12
-
-
Save raulriera/f399dcd94ad4cab7f1b7 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
class AddBruteForceSecurityToUsers < ActiveRecord::Migration | |
def change | |
add_column :users, :failed_login_count, :integer, :default => 0 | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment