Sha256: b151cc6a0ea947f286355352da645ac85c891070f61abe292bbd7a58d6a977de
Contents?: true
Size: 249 Bytes
Versions: 16
Compression:
Stored size: 249 Bytes
Contents
class InsertInitialData < ActiveRecord::Migration[5.1] # 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
16 entries across 16 versions & 1 rubygems