Sha256: 08350c4c9706f8b33d321aae51715492818ccd4f9f1df8e76ad59024c0884b18
Contents?: true
Size: 222 Bytes
Versions: 14
Compression:
Stored size: 222 Bytes
Contents
class AddColumnsPasswordAndPasswordConfirmationToParticipants < ActiveRecord::Migration def change add_column :participants, :password, :string add_column :participants, :password_confirmation, :string end end
Version data entries
14 entries across 14 versions & 1 rubygems