demarches-normaliennes/config/initializers/excon_setup.rb

6 lines
149 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2020-09-08 18:36:24 +02:00
# needed as ApplicationJob retry on excon error
# and this lib is not explicity loaded by the Gemfile
require 'excon'