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