Begin writing tests for Mailbluster API calls
This commit is contained in:
parent
c6c2c4e264
commit
27baa935c1
3 changed files with 29 additions and 0 deletions
9
app/helpers/external/mailbluster_helper.rb
vendored
Normal file
9
app/helpers/external/mailbluster_helper.rb
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module External
|
||||
module Mailbluster
|
||||
def create_lead(user)
|
||||
# TODO
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue