summaryrefslogtreecommitdiff
path: root/db/migrate/20151210030143_add_unlock_token_to_user.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20151210030143_add_unlock_token_to_user.rb')
-rw-r--r--db/migrate/20151210030143_add_unlock_token_to_user.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20151210030143_add_unlock_token_to_user.rb b/db/migrate/20151210030143_add_unlock_token_to_user.rb
index 0ea66ba65df..d23c648f782 100644
--- a/db/migrate/20151210030143_add_unlock_token_to_user.rb
+++ b/db/migrate/20151210030143_add_unlock_token_to_user.rb
@@ -1,3 +1,4 @@
+# rubocop:disable all
class AddUnlockTokenToUser < ActiveRecord::Migration
def change
add_column :users, :unlock_token, :string