9 lines
124 B
Ruby
9 lines
124 B
Ruby
|
|
# frozen_string_literal: true
|
||
|
|
|
||
|
|
module External
|
||
|
|
module Mailbluster
|
||
|
|
def create_lead(user)
|
||
|
|
# TODO
|
||
|
|
end
|
||
|
|
end
|
||
|
|
end
|