Sha256: 3d02ed63c6e54f79c2582c6c7c8fecf11c3599d782acbef4e23bea76d4ed90ad
Contents?: true
Size: 248 Bytes
Versions: 52
Compression:
Stored size: 248 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
52 entries across 52 versions & 6 rubygems