Sha256: c7a1113c8c6073c5992ee4da312336306ba91e8d6624ba2022d2541dba414d43
Contents?: true
Size: 244 Bytes
Versions: 74
Compression:
Stored size: 244 Bytes
Contents
class InsertInitialData < ActiveRecord::Migration # Historical. We no longer rely on this migration to insert the initial data into # the database. Instead we recommend `rake db:bootstrap`. def self.up end def self.down end end
Version data entries
74 entries across 74 versions & 1 rubygems