Sha256: ca4dc7132ae60ec2d7562a52e73fee0e859a8f4cc6c5611c656fd53a3d5d2e74
Contents?: true
Size: 267 Bytes
Versions: 40
Compression:
Stored size: 267 Bytes
Contents
class DorsaleAlexandrieAttachmentsAddName < ActiveRecord::Migration def change add_column :dorsale_alexandrie_attachments, :name, :string Dorsale::Alexandrie::Attachment.all.each do |a| a.update_attributes!(name: a.file_identifier) end end end
Version data entries
40 entries across 40 versions & 1 rubygems