mailer: import: inherit from app

pull/870/head
Carlos Matallín 10 years ago
parent 50d522f3e1
commit 14220de08d

@ -1,4 +1,6 @@
class ImportMailer < UserMailer
class ImportMailer < ActionMailer::Base
default from: "cartodb.com <support@cartodb.com>"
layout 'mail'
def data_import_finished(user, imported_tables, total_tables, first_imported_table, first_table, errors)
@imported_tables = imported_tables

Loading…
Cancel
Save