Sha256: 891c361de0f43c222ae094b6f787e25e3f99ed3c6293c80050fffb74e10a5a7e
Contents?: true
Size: 245 Bytes
Versions: 51
Compression:
Stored size: 245 Bytes
Contents
class AddAttachmentAttachmentToCarrierTypes < ActiveRecord::Migration def self.up change_table :carrier_types do |t| t.attachment :attachment end end def self.down remove_attachment :carrier_types, :attachment end end
Version data entries
51 entries across 45 versions & 16 rubygems