class AddUrlArquivoDeContextoToPpaPpas < ActiveRecord::Migration[4.2]
  def up
    add_attachment :ppa_ppas, :url_arquivo_de_contexto
  end

  def down
    remove_attachment :ppa_ppas, :url_arquivo_de_contexto
  end
end
