Sha256: 6027054031eef9889333ff4b0e079d58d69d43a380e6b1d10158fed730788691
Contents?: true
Size: 172 Bytes
Versions: 7
Compression:
Stored size: 172 Bytes
Contents
# This migration comes from spree (originally 20100317120946) class AddAltTextToImages < ActiveRecord::Migration def change add_column :assets, :alt, :text end end
Version data entries
7 entries across 7 versions & 2 rubygems