Sha256: 919758ec99934aa609ed06949012e1f79f1d8157d8c40d91fa9fd5706d3a8988
Contents?: true
Size: 235 Bytes
Versions: 7
Compression:
Stored size: 235 Bytes
Contents
class AddAttachmentPhotoToMediafiles < ActiveRecord::Migration[5.1] def self.up change_table :cms_mediafiles do |t| t.attachment :photo end end def self.down remove_attachment :cms_mediafiles, :photo end end
Version data entries
7 entries across 7 versions & 1 rubygems