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