4 lines
118 B
Ruby
4 lines
118 B
Ruby
|
# needed as ApplicationJob retry on excon error
|
||
|
# and this lib is not explicity loaded by the Gemfile
|
||
|
require 'excon'
|