lib/avromatic/model.rb in avromatic-0.7.1 vs lib/avromatic/model.rb in avromatic-0.8.0

- old
+ new

@@ -1,7 +1,8 @@ require 'avromatic/model/builder' require 'avromatic/model/message_decoder' require 'avromatic/model/type_registry' +require 'avromatic/model/logical_types' module Avromatic module Model # Returns a module that can be included in a class to define a model