lib/proforma/model_factory.rb in proforma-1.0.0.pre.alpha vs lib/proforma/model_factory.rb in proforma-1.0.0
- old
+ new
@@ -5,9 +5,11 @@
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
#
+require_relative 'modeling'
+
module Proforma
# This class serves as a singleton that can make Proforma::Modeling components.
class ModelFactory
REGISTRY = {
'Banner': Modeling::Banner,