Sha256: b14253cb36829cc101743bad207aa53f21f275652a2322a0fcff13f8bd34880a
Contents?: true
Size: 305 Bytes
Versions: 5
Compression:
Stored size: 305 Bytes
Contents
class SorceryCore < <%= migration_class_name %> def change create_table :<%= tableized_model_class %> do |t| t.string :email, null: false, index: { unique: true } t.string :crypted_password t.string :salt t.timestamps null: false end end end
Version data entries
5 entries across 5 versions & 1 rubygems