demarches-normaliennes/config/initializers/excon_setup.rb
2024-08-22 09:26:48 +02:00

5 lines
149 B
Ruby

# frozen_string_literal: true
# needed as ApplicationJob retry on excon error
# and this lib is not explicity loaded by the Gemfile
require 'excon'