Sha256: 10b174ad32c312e83d35882192ee01c77c948a9dbb1e8dc63d04dc18fea830e8
Contents?: true
Size: 250 Bytes
Versions: 144
Compression:
Stored size: 250 Bytes
Contents
class AddAttachmentAttachmentToCarrierTypes < ActiveRecord::Migration[4.2] 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
144 entries across 144 versions & 21 rubygems