Module: Microbilt::Requests::Helpers
- Included in:
- CreateForm
- Defined in:
- lib/microbilt/requests/helpers.rb
Instance Method Summary collapse
Instance Method Details
#http_connection ⇒ Object
6 7 8 |
# File 'lib/microbilt/requests/helpers.rb', line 6 def http_connection Faraday.new(url: Microbilt.configuration.server_url) end |