lib/service_contract/avro.rb in service_contract-0.0.7 vs lib/service_contract/avro.rb in service_contract-0.0.8
- old
+ new
@@ -1,9 +1,8 @@
require 'avro'
module ServiceContract
module Avro
- autoload :ArrayType, 'service_contract/avro/array_type'
autoload :Documentation, 'service_contract/avro/documentation'
autoload :Endpoint, 'service_contract/avro/endpoint'
autoload :Errors, 'service_contract/avro/errors'
autoload :Parameter, 'service_contract/avro/parameter'
autoload :Protocol, 'service_contract/avro/protocol'
\ No newline at end of file