mailjet mailers

This commit is contained in:
2015-10-08 19:16:33 -05:00
parent 5a9c4a341a
commit 9f7f29f327
13 changed files with 56 additions and 2 deletions

View File

@ -0,0 +1,7 @@
require 'test_helper'
class AccountMailerTest < ActionMailer::TestCase
# test "the truth" do
# assert true
# end
end

View File

@ -0,0 +1,3 @@
# Preview all emails at http://localhost:3000/rails/mailers/account_mailer
class AccountMailerPreview < ActionMailer::Preview
end