Module: Microbilt::Requests::Helpers

Included in:
CreateForm
Defined in:
lib/microbilt/requests/helpers.rb

Instance Method Summary collapse

Instance Method Details

#http_connectionObject



6
7
8
# File 'lib/microbilt/requests/helpers.rb', line 6

def http_connection
  Faraday.new(url: Microbilt.configuration.server_url)
end