Skip to content

Instantly share code, notes, and snippets.

@chiragtoor
Created November 22, 2016 06:50
Show Gist options
  • Save chiragtoor/432ba4a8ef7742ef7d87d792894d3324 to your computer and use it in GitHub Desktop.
Save chiragtoor/432ba4a8ef7742ef7d87d792894d3324 to your computer and use it in GitHub Desktop.
def some_method do
# some code here
text_module.send_text_message(phone_number, message_body)
end
defp text_module, do: Application.get_env(:my_app, :text_service)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment