Sha256: 9e4a22929e78003a46ff91f54e1ba415cabbe3693ca2d98d418cfedad661c375
Contents?: true
Size: 283 Bytes
Versions: 15
Compression:
Stored size: 283 Bytes
Contents
class AddResetPasswordSentAtToSpreeUsers < SpreeExtension::Migration[4.2] 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
15 entries across 15 versions & 1 rubygems