Sha256: e2f6f7f987248fab08286c042da00a688874bda5abf5c49cde80ae4b8d016a84
Contents?: true
Size: 262 Bytes
Versions: 3
Compression:
Stored size: 262 Bytes
Contents
class MakeProfileFieldsPolymorphic < ActiveRecord::Migration def change change_table :profile_fields do |t| # t.references :profileable, polymorphic: true t.rename :user_id, :profileable_id t.string :profileable_type end end end
Version data entries
3 entries across 3 versions & 1 rubygems