lib/sinclair/model.rb in sinclair-1.14.0 vs lib/sinclair/model.rb in sinclair-1.14.1

- old
+ new

@@ -4,10 +4,11 @@ # @api public # @author Darthjee # # Basic model to be used when defining new classes quickly class Model - autoload :Builder, 'sinclair/model/builder' + autoload :Builder, 'sinclair/model/builder' + autoload :BuilderOptions, 'sinclair/model/builder_options' class << self # Returns a new class that inherits from model # # @deprecated Use {.initialize_with} instead