Sha256: cdcce72d165f458175adc6b6c29e63810abf81f028880acab3dcdb43f36779d4
Contents?: true
Size: 234 Bytes
Versions: 6
Compression:
Stored size: 234 Bytes
Contents
class CreateWafflemixImages < ActiveRecord::Migration def change create_table :wafflemix_images do |t| t.integer :asset_id t.string :imageable_type t.integer :imageable_id t.timestamps end end end
Version data entries
6 entries across 6 versions & 1 rubygems