Sha256: 07873c5a3bdaa65355161e2db9b518ac3194d5f22c3c70813f6c7a73f0f5e814
Contents?: true
Size: 189 Bytes
Versions: 7
Compression:
Stored size: 189 Bytes
Contents
class AddTitleAndAltToRefineryImages < ActiveRecord::Migration def change change_table :refinery_images do |t| t.string :image_title t.string :image_alt end end end
Version data entries
7 entries across 7 versions & 1 rubygems