Sha256: 8ec448ccaf509d54375a2746ef2df1a06a123fecadd58ad6aed4b11a1aae3c4b
Contents?: true
Size: 233 Bytes
Versions: 35
Compression:
Stored size: 233 Bytes
Contents
class CreateWidgets < ActiveRecord::Migration def change create_table :pageflow_widgets do |t| t.belongs_to :subject, polymorphic: true t.string :type_name t.string :role t.timestamps end end end
Version data entries
35 entries across 35 versions & 1 rubygems