Sha256: 6971ef73d47d090e7378041600aa85bcbd2d22021d71930b212a065d1fd177c9
Contents?: true
Size: 181 Bytes
Versions: 16
Compression:
Stored size: 181 Bytes
Contents
# Dummy table only for use with tests. class CreateParticipants < ActiveRecord::Migration def change create_table :participants do |t| t.string :email end end end
Version data entries
16 entries across 16 versions & 1 rubygems