Sha256: d04ae8d9577aa05210f88a40dacbb36f31e36c59d3bc9df4cfbadeab195db022
Contents?: true
Size: 220 Bytes
Versions: 7
Compression:
Stored size: 220 Bytes
Contents
class CreateCategoricalTaggings < ActiveRecord::Migration def change create_table :categorical_taggings do |t| t.references :taggable, polymorphic: true, index: true t.integer :tag_id end end end
Version data entries
7 entries across 7 versions & 1 rubygems