Sha256: 249e541e1e4e32f2dfd16b993aa889a9d4a13b2a1a056caa8d5562a13a5ad8a8

Contents?: true

Size: 116 Bytes

Versions: 3

Compression:

Stored size: 116 Bytes

Contents

class AddAttachmentToResponse < ActiveRecord::Migration
  def change
    add_attachment :responses, :file
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hssc_surveyor-1.4.3.pre lib/generators/surveyor/templates/db/migrate/add_attachment_to_response.rb
hssc_surveyor-1.4.2.pre lib/generators/surveyor/templates/db/migrate/add_attachment_to_response.rb
hssc_surveyor-1.4.1.pre lib/generators/surveyor/templates/db/migrate/add_attachment_to_response.rb