Sha256: 5946402a1199008284857eb60179b0772fc27b8efe3f92eec120c3c00f16793b
Contents?: true
Size: 220 Bytes
Versions: 19
Compression:
Stored size: 220 Bytes
Contents
class CreateProfiles < ActiveRecord::Migration def change create_table :profiles do |t| t.references :profileable, polymorphic: true, index: true t.string :content t.timestamps end end end
Version data entries
19 entries across 19 versions & 1 rubygems