Sha256: 6665ad215bc84f67f191408787c4b3c4785c28b05a70975ea8e4877cfad97062
Contents?: true
Size: 276 Bytes
Versions: 20
Compression:
Stored size: 276 Bytes
Contents
class AddResetPasswordSentAtToSpreeUsers < ActiveRecord::Migration def change Spree::User.reset_column_information unless Spree::User.column_names.include?("reset_password_sent_at") add_column :spree_users, :reset_password_sent_at, :datetime end end end
Version data entries
20 entries across 20 versions & 2 rubygems