lib/postman_mta.rb in postman_mta-0.2.3 vs lib/postman_mta.rb in postman_mta-0.2.4
- old
+ new
@@ -8,9 +8,10 @@
autoload :SendfileUrl, 'postman_mta/utils/sendfile_url'
end
autoload :ApiClient, 'postman_mta/api_client'
autoload :ApiRequest, 'postman_mta/api_request'
+ autoload :RecordNotFound, 'postman_mta/record_not_found'
mattr_accessor :api_key
mattr_accessor :api_secret
mattr_accessor :api_endpoint