lib/dbee/model/constraints.rb in dbee-1.0.0 vs lib/dbee/model/constraints.rb in dbee-1.0.1

- old
+ new

@@ -19,8 +19,9 @@ class Constraints acts_as_hashable_factory register 'reference', Reference register 'static', Static + register '', Reference # When type is not present this will be the default end end end