Removing timestamp creation - fields already created earlier

This commit is contained in:
Christoph Haas 2016-03-04 10:25:50 +01:00
parent 665bedc42a
commit 16540c64f9

View file

@ -32,7 +32,7 @@ class AddDeviseToUsers < ActiveRecord::Migration
# Uncomment below if timestamps were not included in your original model.
t.timestamps null: false
# t.timestamps null: false
end
add_index :users, :email, unique: true