Sha256: 066cfadc944a2e8daa838dcda8b7e53e69047556370e9f4cc3607ee73fe7e1c6
Contents?: true
Size: 418 Bytes
Versions: 4
Compression:
Stored size: 418 Bytes
Contents
### # CreateDummyFollowers class # # This class defines the create dummy followers migration in follow system ### class CreateDummyFollowers < ActiveRecord::Migration ### # Changes the database ### def change ### # Dummy followers table creation ### create_table :dummy_followers do |t| ### # Timestamps fields definition ### t.timestamps null: false end end end
Version data entries
4 entries across 4 versions & 1 rubygems